public class ServerListEntryLanDetected extends java.lang.Object implements GuiListExtended.IGuiListEntry
| Modifier and Type | Field and Description |
|---|---|
protected Minecraft |
mc |
protected LanServerInfo |
serverData |
| Modifier | Constructor and Description |
|---|---|
protected |
ServerListEntryLanDetected(GuiMultiplayer p_i47141_1_,
LanServerInfo p_i47141_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,
float partialTicks) |
LanServerInfo |
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 final Minecraft mc
protected final LanServerInfo serverData
protected ServerListEntryLanDetected(GuiMultiplayer p_i47141_1_, LanServerInfo p_i47141_2_)
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.IGuiListEntrypublic 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 LanServerInfo getServerData()