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 fhxintermediary net/minecraft/class_526named 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, executor, 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 TypeMethodDescriptionvoidclose()protected voidinit()Called when a screen should be initialized.voidremoved()voidrender(DrawContext context, int mouseX, int mouseY, float delta) voidworldSelected(@Nullable LevelSummary levelSummary) Methods inherited from class net.minecraft.client.gui.screen.Screen
addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, blur, children, clearAndInit, clearChildren, filesDragged, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTitle, getTooltipFromItem, getUsageNarrationText, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, hide, init, initTabNavigation, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, narrateScreenIfNarrationEnabled, onDisplayed, remove, renderBackground, renderBackgroundTexture, renderInGameBackground, renderWithTooltip, resize, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, shouldPause, switchFocus, tick, 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
charTyped, focusOn, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setFocused
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official kLfhx;k:Lorg/slf4j/Logger;intermediary field_28783Lnet/minecraft/class_526;field_28783:Lorg/slf4j/Logger;named LOGGERLnet/minecraft/client/gui/screen/world/SelectWorldScreen;LOGGER:Lorg/slf4j/Logger;
-
DEBUG_GENERATOR_OPTIONS
- Mappings:
Namespace Name Mixin selector official aLfhx;a:Ldpo;intermediary field_40457Lnet/minecraft/class_526;field_40457:Lnet/minecraft/class_5285;named DEBUG_GENERATOR_OPTIONSLnet/minecraft/client/gui/screen/world/SelectWorldScreen;DEBUG_GENERATOR_OPTIONS:Lnet/minecraft/world/gen/GeneratorOptions;
-
parent
- Mappings:
Namespace Name Mixin selector official bLfhx;b:Lfdb;intermediary field_3221Lnet/minecraft/class_526;field_3221:Lnet/minecraft/class_437;named parentLnet/minecraft/client/gui/screen/world/SelectWorldScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
-
deleteButton
- Mappings:
Namespace Name Mixin selector official lLfhx;l:Lexg;intermediary field_3219Lnet/minecraft/class_526;field_3219:Lnet/minecraft/class_4185;named deleteButtonLnet/minecraft/client/gui/screen/world/SelectWorldScreen;deleteButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
selectButton
- Mappings:
Namespace Name Mixin selector official mLfhx;m:Lexg;intermediary field_3224Lnet/minecraft/class_526;field_3224:Lnet/minecraft/class_4185;named selectButtonLnet/minecraft/client/gui/screen/world/SelectWorldScreen;selectButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
editButton
- Mappings:
Namespace Name Mixin selector official nLfhx;n:Lexg;intermediary field_3215Lnet/minecraft/class_526;field_3215:Lnet/minecraft/class_4185;named editButtonLnet/minecraft/client/gui/screen/world/SelectWorldScreen;editButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
recreateButton
- Mappings:
Namespace Name Mixin selector official oLfhx;o:Lexg;intermediary field_3216Lnet/minecraft/class_526;field_3216:Lnet/minecraft/class_4185;named recreateButtonLnet/minecraft/client/gui/screen/world/SelectWorldScreen;recreateButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
searchBox
- Mappings:
Namespace Name Mixin selector official cLfhx;c:Lexp;intermediary field_3220Lnet/minecraft/class_526;field_3220:Lnet/minecraft/class_342;named searchBoxLnet/minecraft/client/gui/screen/world/SelectWorldScreen;searchBox:Lnet/minecraft/client/gui/widget/TextFieldWidget;
-
levelList
- Mappings:
Namespace Name Mixin selector official pLfhx;p:Lfic;intermediary field_3218Lnet/minecraft/class_526;field_3218:Lnet/minecraft/class_528;named levelListLnet/minecraft/client/gui/screen/world/SelectWorldScreen;levelList:Lnet/minecraft/client/gui/screen/world/WorldListWidget;
-
-
Constructor Details
-
SelectWorldScreen
- Mappings:
Namespace Name Mixin selector official <init>Lfhx;<init>(Lfdb;)Vintermediary <init>Lnet/minecraft/class_526;<init>(Lnet/minecraft/class_437;)Vnamed <init>Lnet/minecraft/client/gui/screen/world/SelectWorldScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;)V
-
-
Method Details
-
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. -
close
public void close() -
render
- Specified by:
renderin interfaceDrawable- Overrides:
renderin classScreen- Mappings:
Namespace Name Mixin selector official aLeyj;a(Lewu;IIF)Vintermediary method_25394Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)Vnamed renderLnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)V
-
worldSelected
- Mappings:
Namespace Name Mixin selector official aLfhx;a(Legn;)Vintermediary method_19940Lnet/minecraft/class_526;method_19940(Lnet/minecraft/class_34;)Vnamed worldSelectedLnet/minecraft/client/gui/screen/world/SelectWorldScreen;worldSelected(Lnet/minecraft/world/level/storage/LevelSummary;)V
-
removed
public void removed()
-