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 fvg
-
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 overriden 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
addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyBlur, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, blur, children, clearAndInit, clearChildren, clearTooltip, filesDragged, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTitle, getTooltipFromItem, getUsageNarrationText, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, init, initTabNavigation, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, narrateScreenIfNarrationEnabled, onDisplayed, refreshNarrator, remove, renderBackground, renderBackgroundTexture, renderDarkening, renderDarkening, renderInGameBackground, renderPanoramaBackground, 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, 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 dLfvg;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 aLfvg;a:Lebi;
-
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 bLfvg;b:Lfqd;
-
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 sLfvg;s:Lfkk;
-
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 uLfvg;u:Lfkk;
-
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 vLfvg;v:Lfkk;
-
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 wLfvg;w:Lfkk;
-
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 cLfvg;c:Lfkt;
-
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 xLfvg;x:Lfvl;
-
-
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>Lfvg;<init>(Lfqd;)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 overriden 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 aG_Lfqd;aG_()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 aLfln;a(Lfjx;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 aLfvg;a(Lesw;)V
-
removed
public void removed()
-