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 official ezg
intermediary net/minecraft/class_526
named 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
Modifier and TypeFieldDescriptionstatic final GeneratorOptions
private ButtonWidget
private ButtonWidget
private WorldListWidget
private static final Logger
protected final Screen
private ButtonWidget
protected TextFieldWidget
private ButtonWidget
Fields inherited from class net.minecraft.client.gui.screen.Screen
client, executor, height, OPTIONS_BACKGROUND_TEXTURE, textRenderer, title, width
Fields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
charTyped
(char chr, int modifiers) Callback for when a character input has been captured.void
close()
protected void
init()
Called when a screen should be initialized.boolean
keyPressed
(int keyCode, int scanCode, int modifiers) Callback for when a key down event has been captured.void
removed()
void
render
(DrawContext context, int mouseX, int mouseY, float delta) void
tick()
void
worldSelected
(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, wrapScreenError
Methods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocused
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.client.gui.Element
mouseMoved
Methods inherited from interface net.minecraft.client.gui.navigation.Navigable
getNavigationOrder
Methods inherited from interface net.minecraft.client.gui.ParentElement
focusOn, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setFocused
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official k
Lezg;k:Lorg/slf4j/Logger;
intermediary field_28783
Lnet/minecraft/class_526;field_28783:Lorg/slf4j/Logger;
named LOGGER
Lnet/minecraft/client/gui/screen/world/SelectWorldScreen;LOGGER:Lorg/slf4j/Logger;
-
DEBUG_GENERATOR_OPTIONS
- Mappings:
Namespace Name Mixin selector official a
Lezg;a:Ldii;
intermediary field_40457
Lnet/minecraft/class_526;field_40457:Lnet/minecraft/class_5285;
named DEBUG_GENERATOR_OPTIONS
Lnet/minecraft/client/gui/screen/world/SelectWorldScreen;DEBUG_GENERATOR_OPTIONS:Lnet/minecraft/world/gen/GeneratorOptions;
-
parent
- Mappings:
Namespace Name Mixin selector official b
Lezg;b:Leuq;
intermediary field_3221
Lnet/minecraft/class_526;field_3221:Lnet/minecraft/class_437;
named parent
Lnet/minecraft/client/gui/screen/world/SelectWorldScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
-
deleteButton
- Mappings:
Namespace Name Mixin selector official l
Lezg;l:Lepi;
intermediary field_3219
Lnet/minecraft/class_526;field_3219:Lnet/minecraft/class_4185;
named deleteButton
Lnet/minecraft/client/gui/screen/world/SelectWorldScreen;deleteButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
selectButton
- Mappings:
Namespace Name Mixin selector official m
Lezg;m:Lepi;
intermediary field_3224
Lnet/minecraft/class_526;field_3224:Lnet/minecraft/class_4185;
named selectButton
Lnet/minecraft/client/gui/screen/world/SelectWorldScreen;selectButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
editButton
- Mappings:
Namespace Name Mixin selector official n
Lezg;n:Lepi;
intermediary field_3215
Lnet/minecraft/class_526;field_3215:Lnet/minecraft/class_4185;
named editButton
Lnet/minecraft/client/gui/screen/world/SelectWorldScreen;editButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
recreateButton
- Mappings:
Namespace Name Mixin selector official o
Lezg;o:Lepi;
intermediary field_3216
Lnet/minecraft/class_526;field_3216:Lnet/minecraft/class_4185;
named recreateButton
Lnet/minecraft/client/gui/screen/world/SelectWorldScreen;recreateButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
searchBox
- Mappings:
Namespace Name Mixin selector official c
Lezg;c:Lepr;
intermediary field_3220
Lnet/minecraft/class_526;field_3220:Lnet/minecraft/class_342;
named searchBox
Lnet/minecraft/client/gui/screen/world/SelectWorldScreen;searchBox:Lnet/minecraft/client/gui/widget/TextFieldWidget;
-
levelList
- Mappings:
Namespace Name Mixin selector official p
Lezg;p:Lezl;
intermediary field_3218
Lnet/minecraft/class_526;field_3218:Lnet/minecraft/class_528;
named levelList
Lnet/minecraft/client/gui/screen/world/SelectWorldScreen;levelList:Lnet/minecraft/client/gui/screen/world/WorldListWidget;
-
-
Constructor Details
-
SelectWorldScreen
- Mappings:
Namespace Name Mixin selector official <init>
Lezg;<init>(Leuq;)V
intermediary <init>
Lnet/minecraft/class_526;<init>(Lnet/minecraft/class_437;)V
named <init>
Lnet/minecraft/client/gui/screen/world/SelectWorldScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;)V
-
-
Method Details
-
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 inGLFW
class.- Specified by:
keyPressed
in interfaceElement
- Specified by:
keyPressed
in interfaceParentElement
- Overrides:
keyPressed
in classScreen
- Parameters:
keyCode
- the named key code of the event as described in theGLFW
classscanCode
- 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:
true
to indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector official a
Leqt;a(III)Z
intermediary method_25404
Lnet/minecraft/class_364;method_25404(III)Z
named keyPressed
Lnet/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 inGLFW
class.- Parameters:
chr
- the captured charactermodifiers
- a GLFW bitfield describing the modifier keys that are held down (see GLFW Modifier key flags)- Returns:
true
to indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector official a
Leqt;a(CI)Z
intermediary method_25400
Lnet/minecraft/class_364;method_25400(CI)Z
named charTyped
Lnet/minecraft/client/gui/Element;charTyped(CI)Z
-
render
- Specified by:
render
in interfaceDrawable
- Overrides:
render
in classScreen
- Mappings:
Namespace Name Mixin selector official a
Leqh;a(Leox;IIF)V
intermediary method_25394
Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)V
named render
Lnet/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 official a
Lezg;a(ZZ)V
intermediary method_19940
Lnet/minecraft/class_526;method_19940(ZZ)V
named worldSelected
Lnet/minecraft/client/gui/screen/world/SelectWorldScreen;worldSelected(ZZ)V
-
removed
public void removed()
-