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 named net/minecraft/client/gui/screen/world/SelectWorldScreenintermediary net/minecraft/class_526official fzt
-
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, FOOTER_SEPARATOR_TEXTURE, HEADER_SEPARATOR_TEXTURE, height, INWORLD_FOOTER_SEPARATOR_TEXTURE, INWORLD_HEADER_SEPARATOR_TEXTURE, MENU_BACKGROUND_TEXTURE, narratorToggleButton, PANORAMA_RENDERER, ROTATING_PANORAMA_RENDERER, 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) protected voidThis should be overridden with a call toScreen.setInitialFocus(Element)to set the element that is initially focused.voidworldSelected(@Nullable LevelSummary levelSummary) Methods inherited from class net.minecraft.client.gui.screen.Screen
addCrashReportSection, addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyBlur, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, blur, children, clearAndInit, clearChildren, clearTooltip, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTextRenderer, getTitle, getTooltipFromItem, getUsageNarrationText, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, narrateScreenIfNarrationEnabled, onDisplayed, onFilesDropped, refreshNarrator, refreshWidgetPositions, remove, renderBackground, renderBackgroundTexture, renderDarkening, renderDarkening, renderInGameBackground, renderPanoramaBackground, renderWithTooltip, resize, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, shouldHideStatusEffectHud, shouldPause, switchFocus, tick, updateNarratorMethods 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
getBorder, mouseMovedMethods inherited from interface net.minecraft.client.gui.navigation.Navigable
getNavigationOrderMethods inherited from interface net.minecraft.client.gui.ParentElement
charTyped, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setFocused
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector named LOGGERLnet/minecraft/client/gui/screen/world/SelectWorldScreen;LOGGER:Lorg/slf4j/Logger;intermediary field_28783Lnet/minecraft/class_526;field_28783:Lorg/slf4j/Logger;official dLfzt;d:Lorg/slf4j/Logger;
-
DEBUG_GENERATOR_OPTIONS
- Mappings:
Namespace Name Mixin selector named DEBUG_GENERATOR_OPTIONSLnet/minecraft/client/gui/screen/world/SelectWorldScreen;DEBUG_GENERATOR_OPTIONS:Lnet/minecraft/world/gen/GeneratorOptions;intermediary field_40457Lnet/minecraft/class_526;field_40457:Lnet/minecraft/class_5285;official aLfzt;a:Ledr;
-
parent
- Mappings:
Namespace Name Mixin selector named parentLnet/minecraft/client/gui/screen/world/SelectWorldScreen;parent:Lnet/minecraft/client/gui/screen/Screen;intermediary field_3221Lnet/minecraft/class_526;field_3221:Lnet/minecraft/class_437;official bLfzt;b:Lfum;
-
deleteButton
- Mappings:
Namespace Name Mixin selector named deleteButtonLnet/minecraft/client/gui/screen/world/SelectWorldScreen;deleteButton:Lnet/minecraft/client/gui/widget/ButtonWidget;intermediary field_3219Lnet/minecraft/class_526;field_3219:Lnet/minecraft/class_4185;official sLfzt;s:Lfou;
-
selectButton
- Mappings:
Namespace Name Mixin selector named selectButtonLnet/minecraft/client/gui/screen/world/SelectWorldScreen;selectButton:Lnet/minecraft/client/gui/widget/ButtonWidget;intermediary field_3224Lnet/minecraft/class_526;field_3224:Lnet/minecraft/class_4185;official uLfzt;u:Lfou;
-
editButton
- Mappings:
Namespace Name Mixin selector named editButtonLnet/minecraft/client/gui/screen/world/SelectWorldScreen;editButton:Lnet/minecraft/client/gui/widget/ButtonWidget;intermediary field_3215Lnet/minecraft/class_526;field_3215:Lnet/minecraft/class_4185;official vLfzt;v:Lfou;
-
recreateButton
- Mappings:
Namespace Name Mixin selector named recreateButtonLnet/minecraft/client/gui/screen/world/SelectWorldScreen;recreateButton:Lnet/minecraft/client/gui/widget/ButtonWidget;intermediary field_3216Lnet/minecraft/class_526;field_3216:Lnet/minecraft/class_4185;official wLfzt;w:Lfou;
-
searchBox
- Mappings:
Namespace Name Mixin selector named searchBoxLnet/minecraft/client/gui/screen/world/SelectWorldScreen;searchBox:Lnet/minecraft/client/gui/widget/TextFieldWidget;intermediary field_3220Lnet/minecraft/class_526;field_3220:Lnet/minecraft/class_342;official cLfzt;c:Lfpd;
-
levelList
- Mappings:
Namespace Name Mixin selector named levelListLnet/minecraft/client/gui/screen/world/SelectWorldScreen;levelList:Lnet/minecraft/client/gui/screen/world/WorldListWidget;intermediary field_3218Lnet/minecraft/class_526;field_3218:Lnet/minecraft/class_528;official xLfzt;x:Lfzz;
-
-
Constructor Details
-
SelectWorldScreen
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/gui/screen/world/SelectWorldScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;)Vintermediary <init>Lnet/minecraft/class_526;<init>(Lnet/minecraft/class_437;)Vofficial <init>Lfzt;<init>(Lfum;)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.
-
setInitialFocus
protected void setInitialFocus()This should be overridden with a call toScreen.setInitialFocus(Element)to set the element that is initially focused.- Overrides:
setInitialFocusin classScreen- Mappings:
Namespace Name Mixin selector named setInitialFocusLnet/minecraft/client/gui/screen/Screen;setInitialFocus()Vintermediary method_56131Lnet/minecraft/class_437;method_56131()Vofficial aF_Lfum;aF_()V
-
close
public void close() -
render
- Specified by:
renderin interfaceDrawable- Overrides:
renderin classScreen- Mappings:
Namespace Name Mixin selector named renderLnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)Vintermediary method_25394Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)Vofficial aLfpx;a(Lfof;IIF)V
-
worldSelected
- Mappings:
Namespace Name Mixin selector named worldSelectedLnet/minecraft/client/gui/screen/world/SelectWorldScreen;worldSelected(Lnet/minecraft/world/level/storage/LevelSummary;)Vintermediary method_19940Lnet/minecraft/class_526;method_19940(Lnet/minecraft/class_34;)Vofficial aLfzt;a(Levh;)V
-
removed
public void removed()
-