public class GuiWorldSelection extends GuiScreen
| Modifier and Type | Field and Description |
|---|---|
protected GuiTextField |
field_212352_g |
protected GuiScreen |
prevScreen |
protected java.lang.String |
title |
allowUserInput, buttons, children, fontRenderer, height, itemRender, labels, mc, widthICONS, OPTIONS_BACKGROUND, STAT_ICONS, zLevel| Constructor and Description |
|---|
GuiWorldSelection(GuiScreen screenIn) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
charTyped(char p_charTyped_1_,
int p_charTyped_2_) |
protected void |
initGui() |
boolean |
keyPressed(int p_keyPressed_1_,
int p_keyPressed_2_,
int p_keyPressed_3_) |
boolean |
mouseScrolled(double p_mouseScrolled_1_) |
void |
onGuiClosed() |
void |
render(int mouseX,
int mouseY,
float partialTicks) |
void |
selectWorld(GuiListWorldSelectionEntry entry) |
void |
setVersionTooltip(java.lang.String p_184861_1_) |
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, mouseClicked, mouseDragged, mouseReleased, setDragging, setFocuseddrawCenteredString, drawGradientRect, drawHorizontalLine, drawModalRectWithCustomSizedTexture, drawRect, drawScaledCustomSizeModalRect, drawString, drawTexturedModalRect, drawTexturedModalRect, drawTexturedModalRect, drawVerticalLineclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitkeyReleasedcanFocus, focusChangedprotected GuiScreen prevScreen
protected java.lang.String title
protected GuiTextField field_212352_g
public GuiWorldSelection(GuiScreen screenIn)
public boolean mouseScrolled(double p_mouseScrolled_1_)
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 charTyped(char p_charTyped_1_,
int p_charTyped_2_)
public void render(int mouseX,
int mouseY,
float partialTicks)
public void setVersionTooltip(java.lang.String p_184861_1_)
public void selectWorld(@Nullable
GuiListWorldSelectionEntry entry)
public void onGuiClosed()
onGuiClosed in class GuiScreen