public class GuiSelectWorld extends GuiScreen
allowUserInput, height, widthicons, optionsBackground, statIcons| Constructor and Description |
|---|
GuiSelectWorld(GuiScreen par1GuiScreen) |
| Modifier and Type | Method and Description |
|---|---|
void |
confirmClicked(boolean par1,
int par2) |
void |
drawScreen(int par1,
int par2,
float par3)
Draws the screen and all the components in it.
|
static GuiYesNo |
getDeleteWorldScreen(GuiScreen par0GuiScreen,
String par1Str,
int par2)
Gets a GuiYesNo screen with the warning, buttons, etc.
|
void |
initButtons()
intilize the buttons for this GUI
|
void |
initGui()
Adds the buttons (and other controls) to the screen in question.
|
void |
selectWorld(int par1)
Gets the selected world.
|
doesGuiPauseGame, drawBackground, drawDefaultBackground, drawWorldBackground, getClipboardString, handleInput, handleKeyboardInput, handleMouseInput, isCtrlKeyDown, isShiftKeyDown, onGuiClosed, setClipboardString, setWorldAndResolution, updateScreendrawCenteredString, drawRect, drawString, drawTexturedModalRect, drawTexturedModelRectFromIconpublic GuiSelectWorld(GuiScreen par1GuiScreen)
public void initGui()
public void initButtons()
public void selectWorld(int par1)
public void confirmClicked(boolean par1,
int par2)
confirmClicked in class GuiScreenpublic void drawScreen(int par1,
int par2,
float par3)
drawScreen in class GuiScreen