public class GuiMultiplayer extends GuiScreen
allowUserInput, buttonList, fontRendererObj, height, itemRender, labelList, mc, width
icons, optionsBackground, statIcons, zLevel
Constructor and Description |
---|
GuiMultiplayer(GuiScreen par1GuiScreen) |
Modifier and Type | Method and Description |
---|---|
protected void |
actionPerformed(GuiButton p_146284_1_) |
void |
confirmClicked(boolean par1,
int par2) |
void |
drawScreen(int par1,
int par2,
float par3)
Draws the screen and all the components in it.
|
OldServerPinger |
func_146789_i() |
void |
func_146790_a(int p_146790_1_) |
void |
func_146793_a(java.lang.String p_146793_1_) |
void |
func_146794_g() |
ServerList |
func_146795_p() |
void |
func_146796_h() |
void |
initGui()
Adds the buttons (and other controls) to the screen in question.
|
protected void |
keyTyped(char par1,
int par2)
Fired when a key is typed.
|
protected void |
mouseClicked(int par1,
int par2,
int par3)
Called when the mouse is clicked.
|
protected void |
mouseMovedOrUp(int p_146286_1_,
int p_146286_2_,
int p_146286_3_)
Called when the mouse is moved or a mouse button is released.
|
void |
onGuiClosed()
Called when the screen is unloaded.
|
void |
updateScreen()
Called from the main game loop to update the screen.
|
doesGuiPauseGame, drawBackground, drawCreativeTabHoveringText, drawDefaultBackground, drawHoveringText, drawWorldBackground, func_146283_a, getClipboardString, handleInput, handleKeyboardInput, handleMouseInput, isCtrlKeyDown, isShiftKeyDown, mouseClickMove, renderToolTip, setClipboardString, setWorldAndResolution
drawCenteredString, drawGradientRect, drawHorizontalLine, drawRect, drawString, drawTexturedModalRect, drawTexturedModelRectFromIcon, drawVerticalLine, func_146110_a
public GuiMultiplayer(GuiScreen par1GuiScreen)
public void initGui()
public void func_146794_g()
public void updateScreen()
updateScreen
in class GuiScreen
public void onGuiClosed()
onGuiClosed
in class GuiScreen
protected void actionPerformed(GuiButton p_146284_1_)
actionPerformed
in class GuiScreen
public void confirmClicked(boolean par1, int par2)
confirmClicked
in class GuiScreen
protected void keyTyped(char par1, int par2)
public void drawScreen(int par1, int par2, float par3)
drawScreen
in class GuiScreen
public void func_146796_h()
public void func_146790_a(int p_146790_1_)
public OldServerPinger func_146789_i()
public void func_146793_a(java.lang.String p_146793_1_)
protected void mouseClicked(int par1, int par2, int par3)
mouseClicked
in class GuiScreen
protected void mouseMovedOrUp(int p_146286_1_, int p_146286_2_, int p_146286_3_)
mouseMovedOrUp
in class GuiScreen
public ServerList func_146795_p()