Package net.minecraft.client.gui.screen
Class WorldSelectionScreen
java.lang.Object
net.minecraft.client.gui.AbstractGui
net.minecraft.client.gui.FocusableGui
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.WorldSelectionScreen
- All Implemented Interfaces:
IGuiEventListener,INestedGuiEventHandler,IRenderable,IScreen
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Buttonprivate Buttonprotected final Screenprivate WorldSelectionListprivate Buttonprotected TextFieldWidgetprivate Buttonprivate List<IReorderingProcessor>Fields inherited from class net.minecraft.client.gui.screen.Screen
buttons, children, font, height, itemRenderer, minecraft, passEvents, title, widthFields inherited from class net.minecraft.client.gui.AbstractGui
BACKGROUND_LOCATION, GUI_ICONS_LOCATION, STATS_ICON_LOCATION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancharTyped(char p_231042_1_, int p_231042_2_) protected voidinit()booleankeyPressed(int p_231046_1_, int p_231046_2_, int p_231046_3_) booleanmouseScrolled(double p_231043_1_, double p_231043_3_, double p_231043_5_) voidonClose()voidremoved()voidrender(MatrixStack p_230430_1_, int p_230430_2_, int p_230430_3_, float p_230430_4_) voidsetToolTip(List<IReorderingProcessor> p_239026_1_) voidtick()voidupdateButtonStatus(boolean p_214324_1_) Methods inherited from class net.minecraft.client.gui.screen.Screen
addButton, addWidget, children, getMinecraft, getNarrationMessage, getTitle, getTooltipFromItem, handleComponentClicked, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, onFilesDrop, renderBackground, renderBackground, renderComponentHoverEffect, renderComponentTooltip, renderDirtBackground, renderTooltip, renderTooltip, renderTooltip, renderToolTip, renderWrappedToolTip, resize, sendMessage, sendMessage, shouldCloseOnEsc, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.FocusableGui
getFocused, isDragging, setDragging, setFocusedMethods inherited from class net.minecraft.client.gui.AbstractGui
blit, blit, blit, blit, blit, blitOutlineBlack, drawCenteredString, drawCenteredString, drawString, drawString, fill, fillGradient, fillGradient, getBlitOffset, hLine, setBlitOffset, vLineMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.IGuiEventListener
mouseMovedMethods inherited from interface net.minecraft.client.gui.INestedGuiEventHandler
changeFocus, getChildAt, keyReleased, magicalSpecialHackyFocus, mouseClicked, mouseDragged, mouseReleased, setInitialFocus
-
Field Details
-
lastScreen
-
toolTip
-
deleteButton
-
selectButton
-
renameButton
-
copyButton
-
searchBox
-
list
-
-
Constructor Details
-
WorldSelectionScreen
-
-
Method Details
-
mouseScrolled
public boolean mouseScrolled(double p_231043_1_, double p_231043_3_, double p_231043_5_) -
tick
public void tick() -
init
protected void init() -
keyPressed
public boolean keyPressed(int p_231046_1_, int p_231046_2_, int p_231046_3_) - Specified by:
keyPressedin interfaceIGuiEventListener- Specified by:
keyPressedin interfaceINestedGuiEventHandler- Overrides:
keyPressedin classScreen
-
onClose
public void onClose() -
charTyped
public boolean charTyped(char p_231042_1_, int p_231042_2_) -
render
- Specified by:
renderin interfaceIRenderable- Overrides:
renderin classScreen
-
setToolTip
-
updateButtonStatus
public void updateButtonStatus(boolean p_214324_1_) -
removed
public void removed()
-