public class GuiMultiplayer extends GuiScreen implements GuiYesNoCallback
allowUserInput, buttonList, fontRendererObj, height, itemRender, labelList, mc, width
icons, optionsBackground, statIcons, zLevel
Constructor and Description |
---|
GuiMultiplayer(GuiScreen parentScreen) |
Modifier and Type | Method and Description |
---|---|
protected void |
actionPerformed(GuiButton button) |
void |
confirmClicked(boolean result,
int id) |
void |
connectToSelected() |
void |
createButtons() |
void |
drawScreen(int mouseX,
int mouseY,
float partialTicks) |
void |
func_146793_a(java.lang.String p_146793_1_) |
void |
func_175391_a(ServerListEntryNormal p_175391_1_,
int p_175391_2_,
boolean p_175391_3_) |
boolean |
func_175392_a(ServerListEntryNormal p_175392_1_,
int p_175392_2_) |
void |
func_175393_b(ServerListEntryNormal p_175393_1_,
int p_175393_2_,
boolean p_175393_3_) |
boolean |
func_175394_b(ServerListEntryNormal p_175394_1_,
int p_175394_2_) |
OldServerPinger |
getOldServerPinger() |
ServerList |
getServerList() |
void |
handleMouseInput() |
void |
initGui() |
protected void |
keyTyped(char typedChar,
int keyCode) |
protected void |
mouseClicked(int mouseX,
int mouseY,
int mouseButton) |
protected void |
mouseReleased(int mouseX,
int mouseY,
int state) |
void |
onGuiClosed() |
void |
selectServer(int index) |
void |
updateScreen() |
doesGuiPauseGame, drawBackground, drawCreativeTabHoveringText, drawDefaultBackground, drawHoveringText, drawHoveringText, drawWorldBackground, func_175272_a, func_175273_b, func_175276_a, func_175277_d, func_175278_g, func_175279_e, func_175280_f, func_175283_s, getClipboardString, handleInput, handleKeyboardInput, isCtrlKeyDown, isShiftKeyDown, mouseClickMove, renderToolTip, sendChatMessage, sendChatMessage, setClipboardString, setText, setWorldAndResolution
drawCenteredString, drawGradientRect, drawHorizontalLine, drawModalRectWithCustomSizedTexture, drawRect, drawScaledCustomSizeModalRect, drawString, drawTexturedModalRect, drawTexturedModalRect, drawTexturedModalRect, drawVerticalLine
public GuiMultiplayer(GuiScreen parentScreen)
public void handleMouseInput() throws java.io.IOException
handleMouseInput
in class GuiScreen
java.io.IOException
public void createButtons()
public void updateScreen()
updateScreen
in class GuiScreen
public void onGuiClosed()
onGuiClosed
in class GuiScreen
protected void actionPerformed(GuiButton button) throws java.io.IOException
actionPerformed
in class GuiScreen
java.io.IOException
public void confirmClicked(boolean result, int id)
confirmClicked
in interface GuiYesNoCallback
confirmClicked
in class GuiScreen
protected void keyTyped(char typedChar, int keyCode) throws java.io.IOException
public void drawScreen(int mouseX, int mouseY, float partialTicks)
drawScreen
in class GuiScreen
public void connectToSelected()
public void selectServer(int index)
public OldServerPinger getOldServerPinger()
public void func_146793_a(java.lang.String p_146793_1_)
protected void mouseClicked(int mouseX, int mouseY, int mouseButton) throws java.io.IOException
mouseClicked
in class GuiScreen
java.io.IOException
protected void mouseReleased(int mouseX, int mouseY, int state)
mouseReleased
in class GuiScreen
public ServerList getServerList()
public boolean func_175392_a(ServerListEntryNormal p_175392_1_, int p_175392_2_)
public boolean func_175394_b(ServerListEntryNormal p_175394_1_, int p_175394_2_)
public void func_175391_a(ServerListEntryNormal p_175391_1_, int p_175391_2_, boolean p_175391_3_)
public void func_175393_b(ServerListEntryNormal p_175393_1_, int p_175393_2_, boolean p_175393_3_)