public class GuiRenameWorld extends GuiScreen
allowUserInput, buttonList, fontRendererObj, height, itemRender, labelList, mc, widthicons, optionsBackground, statIcons, zLevel| Constructor and Description |
|---|
GuiRenameWorld(GuiScreen p_i1050_1_,
java.lang.String p_i1050_2_) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
actionPerformed(GuiButton p_146284_1_) |
void |
drawScreen(int p_73863_1_,
int p_73863_2_,
float p_73863_3_)
Draws the screen and all the components in it.
|
void |
initGui()
Adds the buttons (and other controls) to the screen in question.
|
protected void |
keyTyped(char p_73869_1_,
int p_73869_2_)
Fired when a key is typed.
|
protected void |
mouseClicked(int p_73864_1_,
int p_73864_2_,
int p_73864_3_)
Called when the mouse is clicked.
|
void |
onGuiClosed()
Called when the screen is unloaded.
|
void |
updateScreen()
Called from the main game loop to update the screen.
|
confirmClicked, doesGuiPauseGame, drawBackground, drawCreativeTabHoveringText, drawDefaultBackground, drawHoveringText, drawWorldBackground, func_146283_a, getClipboardString, handleInput, handleKeyboardInput, handleMouseInput, isCtrlKeyDown, isShiftKeyDown, mouseClickMove, mouseMovedOrUp, renderToolTip, setClipboardString, setWorldAndResolutiondrawCenteredString, drawGradientRect, drawHorizontalLine, drawRect, drawString, drawTexturedModalRect, drawTexturedModelRectFromIcon, drawVerticalLine, func_146110_a, func_152125_apublic GuiRenameWorld(GuiScreen p_i1050_1_, java.lang.String p_i1050_2_)
public void updateScreen()
updateScreen in class GuiScreenpublic void initGui()
public void onGuiClosed()
onGuiClosed in class GuiScreenprotected void actionPerformed(GuiButton p_146284_1_)
actionPerformed in class GuiScreenprotected void keyTyped(char p_73869_1_,
int p_73869_2_)
protected void mouseClicked(int p_73864_1_,
int p_73864_2_,
int p_73864_3_)
mouseClicked in class GuiScreenpublic void drawScreen(int p_73863_1_,
int p_73863_2_,
float p_73863_3_)
drawScreen in class GuiScreen