public class ServerListEntryNormal extends java.lang.Object implements GuiListExtended.IGuiListEntry
| Modifier | Constructor and Description |
|---|---|
protected |
ServerListEntryNormal(GuiMultiplayer ownerIn,
ServerData serverIn) |
| Modifier and Type | Method and Description |
|---|---|
void |
drawEntry(int slotIndex,
int x,
int y,
int listWidth,
int slotHeight,
int mouseX,
int mouseY,
boolean isSelected,
float partialTicks) |
protected void |
drawTextureAt(int p_178012_1_,
int p_178012_2_,
ResourceLocation p_178012_3_) |
ServerData |
getServerData() |
boolean |
mousePressed(int slotIndex,
int mouseX,
int mouseY,
int mouseEvent,
int relativeX,
int relativeY) |
void |
mouseReleased(int slotIndex,
int x,
int y,
int mouseEvent,
int relativeX,
int relativeY) |
void |
updatePosition(int slotIndex,
int x,
int y,
float partialTicks) |
protected ServerListEntryNormal(GuiMultiplayer ownerIn, ServerData serverIn)
public void drawEntry(int slotIndex,
int x,
int y,
int listWidth,
int slotHeight,
int mouseX,
int mouseY,
boolean isSelected,
float partialTicks)
drawEntry in interface GuiListExtended.IGuiListEntryprotected void drawTextureAt(int p_178012_1_,
int p_178012_2_,
ResourceLocation p_178012_3_)
public boolean mousePressed(int slotIndex,
int mouseX,
int mouseY,
int mouseEvent,
int relativeX,
int relativeY)
mousePressed in interface GuiListExtended.IGuiListEntrypublic void updatePosition(int slotIndex,
int x,
int y,
float partialTicks)
updatePosition 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()