public class ServerListEntryNormal extends java.lang.Object implements GuiListExtended.IGuiListEntry
| Modifier | Constructor and Description |
|---|---|
protected |
ServerListEntryNormal(GuiMultiplayer p_i45048_1_,
ServerData p_i45048_2_) |
| Modifier and Type | Method and Description |
|---|---|
void |
drawEntry(int slotIndex,
int x,
int y,
int listWidth,
int slotHeight,
int mouseX,
int mouseY,
boolean isSelected) |
protected void |
func_178012_a(int p_178012_1_,
int p_178012_2_,
ResourceLocation p_178012_3_) |
ServerData |
getServerData() |
boolean |
mousePressed(int p_148278_1_,
int p_148278_2_,
int p_148278_3_,
int p_148278_4_,
int p_148278_5_,
int p_148278_6_) |
void |
mouseReleased(int slotIndex,
int x,
int y,
int mouseEvent,
int relativeX,
int relativeY) |
void |
setSelected(int p_178011_1_,
int p_178011_2_,
int p_178011_3_) |
protected ServerListEntryNormal(GuiMultiplayer p_i45048_1_, ServerData p_i45048_2_)
public void drawEntry(int slotIndex,
int x,
int y,
int listWidth,
int slotHeight,
int mouseX,
int mouseY,
boolean isSelected)
drawEntry in interface GuiListExtended.IGuiListEntryprotected void func_178012_a(int p_178012_1_,
int p_178012_2_,
ResourceLocation p_178012_3_)
public boolean mousePressed(int p_148278_1_,
int p_148278_2_,
int p_148278_3_,
int p_148278_4_,
int p_148278_5_,
int p_148278_6_)
mousePressed in interface GuiListExtended.IGuiListEntrypublic void setSelected(int p_178011_1_,
int p_178011_2_,
int p_178011_3_)
setSelected in interface GuiListExtended.IGuiListEntrypublic void mouseReleased(int slotIndex,
int x,
int y,
int mouseEvent,
int relativeX,
int relativeY)
mouseReleased in interface GuiListExtended.IGuiListEntrypublic ServerData getServerData()