Class SelectWorldScreen
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.world.SelectWorldScreen
- All Implemented Interfaces:
Drawable,Element,Navigable,ParentElement
- Mappings:
Namespace Name intermediary net/minecraft/class_526official eyvnamed net/minecraft/client/gui/screen/world/SelectWorldScreen
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final GeneratorOptionsprivate ButtonWidgetprivate ButtonWidgetprivate WorldListWidgetprivate static final Loggerprotected final Screenprivate ButtonWidgetprotected TextFieldWidgetprivate ButtonWidgetFields inherited from class net.minecraft.client.gui.screen.Screen
client, height, OPTIONS_BACKGROUND_TEXTURE, textRenderer, title, widthFields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancharTyped(char chr, int modifiers) Callback for when a character input has been captured.voidclose()protected voidinit()Called when a screen should be initialized.booleankeyPressed(int keyCode, int scanCode, int modifiers) Callback for when a key down event has been captured.booleanmouseScrolled(double mouseX, double mouseY, double amount) Callback for when a mouse button scroll event has been captured.voidremoved()voidrender(DrawContext context, int mouseX, int mouseY, float delta) voidtick()voidworldSelected(boolean buttonsActive, boolean deleteButtonActive) Methods inherited from class net.minecraft.client.gui.screen.Screen
addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, children, clearAndInit, clearChildren, filesDragged, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, hide, init, initTabNavigation, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, narrateScreenIfNarrationEnabled, onDisplayed, remove, renderBackground, renderBackgroundTexture, renderWithTooltip, resize, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, shouldPause, switchFocus, updateNarrator, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocusedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.Element
mouseMovedMethods inherited from interface net.minecraft.client.gui.navigation.Navigable
getNavigationOrderMethods inherited from interface net.minecraft.client.gui.ParentElement
focusOn, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseClicked, mouseDragged, mouseReleased, setFocused
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector intermediary field_28783Lnet/minecraft/class_526;field_28783:Lorg/slf4j/Logger;official jLeyv;j:Lorg/slf4j/Logger;named LOGGERLnet/minecraft/client/gui/screen/world/SelectWorldScreen;LOGGER:Lorg/slf4j/Logger;
-
DEBUG_GENERATOR_OPTIONS
- Mappings:
Namespace Name Mixin selector intermediary field_40457Lnet/minecraft/class_526;field_40457:Lnet/minecraft/class_5285;official aLeyv;a:Ldif;named DEBUG_GENERATOR_OPTIONSLnet/minecraft/client/gui/screen/world/SelectWorldScreen;DEBUG_GENERATOR_OPTIONS:Lnet/minecraft/world/gen/GeneratorOptions;
-
parent
- Mappings:
Namespace Name Mixin selector intermediary field_3221Lnet/minecraft/class_526;field_3221:Lnet/minecraft/class_437;official bLeyv;b:Leug;named parentLnet/minecraft/client/gui/screen/world/SelectWorldScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
-
deleteButton
- Mappings:
Namespace Name Mixin selector intermediary field_3219Lnet/minecraft/class_526;field_3219:Lnet/minecraft/class_4185;official kLeyv;k:Lepa;named deleteButtonLnet/minecraft/client/gui/screen/world/SelectWorldScreen;deleteButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
selectButton
- Mappings:
Namespace Name Mixin selector intermediary field_3224Lnet/minecraft/class_526;field_3224:Lnet/minecraft/class_4185;official lLeyv;l:Lepa;named selectButtonLnet/minecraft/client/gui/screen/world/SelectWorldScreen;selectButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
editButton
- Mappings:
Namespace Name Mixin selector intermediary field_3215Lnet/minecraft/class_526;field_3215:Lnet/minecraft/class_4185;official mLeyv;m:Lepa;named editButtonLnet/minecraft/client/gui/screen/world/SelectWorldScreen;editButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
recreateButton
- Mappings:
Namespace Name Mixin selector intermediary field_3216Lnet/minecraft/class_526;field_3216:Lnet/minecraft/class_4185;official nLeyv;n:Lepa;named recreateButtonLnet/minecraft/client/gui/screen/world/SelectWorldScreen;recreateButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
searchBox
- Mappings:
Namespace Name Mixin selector intermediary field_3220Lnet/minecraft/class_526;field_3220:Lnet/minecraft/class_342;official cLeyv;c:Lepj;named searchBoxLnet/minecraft/client/gui/screen/world/SelectWorldScreen;searchBox:Lnet/minecraft/client/gui/widget/TextFieldWidget;
-
levelList
- Mappings:
Namespace Name Mixin selector intermediary field_3218Lnet/minecraft/class_526;field_3218:Lnet/minecraft/class_528;official oLeyv;o:Leza;named levelListLnet/minecraft/client/gui/screen/world/SelectWorldScreen;levelList:Lnet/minecraft/client/gui/screen/world/WorldListWidget;
-
-
Constructor Details
-
SelectWorldScreen
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_526;<init>(Lnet/minecraft/class_437;)Vofficial <init>Leyv;<init>(Leug;)Vnamed <init>Lnet/minecraft/client/gui/screen/world/SelectWorldScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;)V
-
-
Method Details
-
mouseScrolled
public boolean mouseScrolled(double mouseX, double mouseY, double amount) Callback for when a mouse button scroll event has been captured.- Parameters:
mouseX- the X coordinate of the mousemouseY- the Y coordinate of the mouseamount- value is< 0if scrolled down,> 0if scrolled up- Returns:
trueto indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector intermediary method_25401Lnet/minecraft/class_364;method_25401(DDD)Zofficial aLeqk;a(DDD)Znamed mouseScrolledLnet/minecraft/client/gui/Element;mouseScrolled(DDD)Z
-
tick
public void tick() -
init
protected void init()Called when a screen should be initialized.This method is called when this screen is opened or resized.
This should call
Screen.setInitialFocus(net.minecraft.client.gui.Element)to set the element that is initially focused. -
keyPressed
public boolean keyPressed(int keyCode, int scanCode, int modifiers) Callback for when a key down event has been captured. The key code is identified by the constants inGLFWclass.- Specified by:
keyPressedin interfaceElement- Specified by:
keyPressedin interfaceParentElement- Overrides:
keyPressedin classScreen- Parameters:
keyCode- the named key code of the event as described in theGLFWclassscanCode- the unique/platform-specific scan code of the keyboard inputmodifiers- a GLFW bitfield describing the modifier keys that are held down (see GLFW Modifier key flags)- Returns:
trueto indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector intermediary method_25404Lnet/minecraft/class_364;method_25404(III)Zofficial aLeqk;a(III)Znamed keyPressedLnet/minecraft/client/gui/Element;keyPressed(III)Z
-
close
public void close() -
charTyped
public boolean charTyped(char chr, int modifiers) Callback for when a character input has been captured. The key code is identified by the constants inGLFWclass.- Parameters:
chr- the captured charactermodifiers- a GLFW bitfield describing the modifier keys that are held down (see GLFW Modifier key flags)- Returns:
trueto indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector intermediary method_25400Lnet/minecraft/class_364;method_25400(CI)Zofficial aLeqk;a(CI)Znamed charTypedLnet/minecraft/client/gui/Element;charTyped(CI)Z
-
render
- Specified by:
renderin interfaceDrawable- Overrides:
renderin classScreen- Mappings:
Namespace Name Mixin selector intermediary method_25394Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)Vofficial aLepy;a(Leop;IIF)Vnamed renderLnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)V
-
worldSelected
public void worldSelected(boolean buttonsActive, boolean deleteButtonActive) - Mappings:
Namespace Name Mixin selector intermediary method_19940Lnet/minecraft/class_526;method_19940(ZZ)Vofficial aLeyv;a(ZZ)Vnamed worldSelectedLnet/minecraft/client/gui/screen/world/SelectWorldScreen;worldSelected(ZZ)V
-
removed
public void removed()
-