net.minecraft.src
Class GuiSelectWorld
java.lang.Object
net.minecraft.src.Gui
net.minecraft.src.GuiScreen
net.minecraft.src.GuiSelectWorld
public class GuiSelectWorld
- extends GuiScreen
Methods inherited from class net.minecraft.src.GuiScreen |
doesGuiPauseGame, drawBackground, drawDefaultBackground, drawWorldBackground, getClipboardString, handleInput, handleKeyboardInput, handleMouseInput, isCtrlKeyDown, isShiftKeyDown, onGuiClosed, setClipboardString, setWorldAndResolution, updateScreen |
GuiSelectWorld
public GuiSelectWorld(GuiScreen par1GuiScreen)
initGui
public void initGui()
- Adds the buttons (and other controls) to the screen in question.
- Overrides:
initGui
in class GuiScreen
initButtons
public void initButtons()
- intilize the buttons for this GUI
selectWorld
public void selectWorld(int par1)
- Gets the selected world.
confirmClicked
public void confirmClicked(boolean par1,
int par2)
- Overrides:
confirmClicked
in class GuiScreen
drawScreen
public void drawScreen(int par1,
int par2,
float par3)
- Draws the screen and all the components in it.
- Overrides:
drawScreen
in class GuiScreen
func_74061_a
public static GuiYesNo func_74061_a(GuiScreen par0GuiScreen,
String par1Str,
int par2)