public class GuiSelectWorld extends GuiScreen
Modifier and Type | Field and Description |
---|---|
protected GuiScreen |
parentScreen |
protected java.lang.String |
screenTitle |
controlList, field_25091_h, field_948_f, fontRenderer, height, mc, width
Constructor and Description |
---|
GuiSelectWorld(GuiScreen guiscreen) |
Modifier and Type | Method and Description |
---|---|
protected void |
actionPerformed(GuiButton guibutton) |
void |
deleteWorld(boolean flag,
int i) |
void |
drawScreen(int i,
int j,
float f) |
protected java.lang.String |
getSaveFileName(int i) |
protected java.lang.String |
getSaveName(int i) |
void |
initButtons() |
void |
initGui() |
void |
selectWorld(int i) |
doesGuiPauseGame, drawBackground, drawDefaultBackground, drawWorldBackground, getClipboardString, handleInput, handleKeyboardInput, handleMouseInput, keyTyped, mouseClicked, mouseMovedOrUp, onGuiClosed, selectNextField, setWorldAndResolution, updateScreen
drawCenteredString, drawGradientRect, drawRect, drawString, drawTexturedModalRect, func_27099_b, func_27100_a
protected GuiScreen parentScreen
protected java.lang.String screenTitle
public GuiSelectWorld(GuiScreen guiscreen)
protected java.lang.String getSaveFileName(int i)
protected java.lang.String getSaveName(int i)
public void initButtons()
protected void actionPerformed(GuiButton guibutton)
actionPerformed
in class GuiScreen
public void selectWorld(int i)
public void deleteWorld(boolean flag, int i)
deleteWorld
in class GuiScreen
public void drawScreen(int i, int j, float f)
drawScreen
in class GuiScreen