public class GuiCreateWorld extends GuiScreen
| Modifier and Type | Field and Description |
|---|---|
NBTTagCompound |
chunkProviderSettingsJson |
allowUserInput, buttons, children, fontRenderer, height, itemRender, labels, mc, widthICONS, OPTIONS_BACKGROUND, STAT_ICONS, zLevel| Constructor and Description |
|---|
GuiCreateWorld(GuiScreen p_i46320_1_) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
charTyped(char p_charTyped_1_,
int p_charTyped_2_) |
static java.lang.String |
getUncollidingSaveDirName(ISaveFormat saveLoader,
java.lang.String name) |
protected void |
initGui() |
boolean |
keyPressed(int p_keyPressed_1_,
int p_keyPressed_2_,
int p_keyPressed_3_) |
boolean |
mouseClicked(double p_mouseClicked_1_,
double p_mouseClicked_3_,
int p_mouseClicked_5_) |
void |
onGuiClosed() |
void |
recreateFromExistingWorld(WorldInfo original) |
void |
render(int mouseX,
int mouseY,
float partialTicks) |
void |
tick() |
addButton, allowCloseWithEscape, close, confirmResult, doesGuiPauseGame, drawBackground, drawDefaultBackground, drawHoveringText, drawHoveringText, drawHoveringText, drawWorldBackground, getChildren, getItemToolTip, handleComponentClick, handleComponentHover, isAltKeyDown, isCtrlKeyDown, isKeyComboCtrlA, isKeyComboCtrlC, isKeyComboCtrlV, isKeyComboCtrlX, isShiftKeyDown, onResize, renderToolTip, runOrMakeCrashReport, sendChatMessage, sendChatMessage, setText, setWorldAndResolutionfocusNext, focusOn, getFocused, mouseDragged, mouseReleased, setDragging, setFocuseddrawCenteredString, drawGradientRect, drawHorizontalLine, drawModalRectWithCustomSizedTexture, drawRect, drawScaledCustomSizeModalRect, drawString, drawTexturedModalRect, drawTexturedModalRect, drawTexturedModalRect, drawVerticalLineclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitkeyReleased, mouseScrolledcanFocus, focusChangedpublic NBTTagCompound chunkProviderSettingsJson
public GuiCreateWorld(GuiScreen p_i46320_1_)
public static java.lang.String getUncollidingSaveDirName(ISaveFormat saveLoader, java.lang.String name)
public void onGuiClosed()
onGuiClosed in class GuiScreenpublic boolean charTyped(char p_charTyped_1_,
int p_charTyped_2_)
public boolean keyPressed(int p_keyPressed_1_,
int p_keyPressed_2_,
int p_keyPressed_3_)
keyPressed in interface IGuiEventListenerkeyPressed in interface IGuiEventListenerDeferredkeyPressed in class GuiScreenpublic boolean mouseClicked(double p_mouseClicked_1_,
double p_mouseClicked_3_,
int p_mouseClicked_5_)
mouseClicked in interface IGuiEventListenermouseClicked in interface IGuiEventListenerDeferredmouseClicked in class GuiEventHandlerpublic void render(int mouseX,
int mouseY,
float partialTicks)
public void recreateFromExistingWorld(WorldInfo original)