Class EditWorldScreen
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.world.EditWorldScreen
- All Implemented Interfaces:
Drawable
,Element
,Navigable
,ParentElement
- Mappings:
Namespace Name official fda
intermediary net/minecraft/class_524
named net/minecraft/client/gui/screen/world/EditWorldScreen
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData
-
Field Summary
Modifier and TypeFieldDescriptionprivate final BooleanConsumer
private static final Text
private TextFieldWidget
private static final Logger
private ButtonWidget
private final LevelStorage.Session
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
ConstructorDescriptionEditWorldScreen
(BooleanConsumer callback, LevelStorage.Session storageSession) -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
backupLevel
(LevelStorage.Session storageSession) void
close()
private void
commit()
protected void
init()
Called when a screen should be initialized.static void
onBackupConfirm
(LevelStorage storage, String levelName) void
render
(DrawContext context, int mouseX, int mouseY, float delta) void
resize
(MinecraftClient client, int width, int height) 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, getUsageNarrationText, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, hide, init, initTabNavigation, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, narrateScreenIfNarrationEnabled, onDisplayed, remove, removed, renderBackground, renderBackgroundTexture, renderInGameBackground, renderWithTooltip, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, shouldPause, switchFocus, tick, 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
charTyped, focusOn, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setFocused
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official a
Lfda;a:Lorg/slf4j/Logger;
intermediary field_23776
Lnet/minecraft/class_524;field_23776:Lorg/slf4j/Logger;
named LOGGER
Lnet/minecraft/client/gui/screen/world/EditWorldScreen;LOGGER:Lorg/slf4j/Logger;
-
ENTER_NAME_TEXT
- Mappings:
Namespace Name Mixin selector official b
Lfda;b:Ltl;
intermediary field_26603
Lnet/minecraft/class_524;field_26603:Lnet/minecraft/class_2561;
named ENTER_NAME_TEXT
Lnet/minecraft/client/gui/screen/world/EditWorldScreen;ENTER_NAME_TEXT:Lnet/minecraft/text/Text;
-
saveButton
- Mappings:
Namespace Name Mixin selector official c
Lfda;c:Lesq;
intermediary field_3168
Lnet/minecraft/class_524;field_3168:Lnet/minecraft/class_4185;
named saveButton
Lnet/minecraft/client/gui/screen/world/EditWorldScreen;saveButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
callback
- Mappings:
Namespace Name Mixin selector official k
Lfda;k:Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;
intermediary field_3169
Lnet/minecraft/class_524;field_3169:Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;
named callback
Lnet/minecraft/client/gui/screen/world/EditWorldScreen;callback:Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;
-
levelNameTextField
- Mappings:
Namespace Name Mixin selector official l
Lfda;l:Lesz;
intermediary field_3170
Lnet/minecraft/class_524;field_3170:Lnet/minecraft/class_342;
named levelNameTextField
Lnet/minecraft/client/gui/screen/world/EditWorldScreen;levelNameTextField:Lnet/minecraft/client/gui/widget/TextFieldWidget;
-
storageSession
- Mappings:
Namespace Name Mixin selector official m
Lfda;m:Lecg$c;
intermediary field_23777
Lnet/minecraft/class_524;field_23777:Lnet/minecraft/class_32$class_5143;
named storageSession
Lnet/minecraft/client/gui/screen/world/EditWorldScreen;storageSession:Lnet/minecraft/world/level/storage/LevelStorage$Session;
-
-
Constructor Details
-
EditWorldScreen
- Mappings:
Namespace Name Mixin selector official <init>
Lfda;<init>(Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;Lecg$c;)V
intermediary <init>
Lnet/minecraft/class_524;<init>(Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;Lnet/minecraft/class_32$class_5143;)V
named <init>
Lnet/minecraft/client/gui/screen/world/EditWorldScreen;<init>(Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;Lnet/minecraft/world/level/storage/LevelStorage$Session;)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. -
resize
-
close
public void close() -
commit
private void commit()- Mappings:
Namespace Name Mixin selector official l
Lfda;l()V
intermediary method_2691
Lnet/minecraft/class_524;method_2691()V
named commit
Lnet/minecraft/client/gui/screen/world/EditWorldScreen;commit()V
-
onBackupConfirm
- Mappings:
Namespace Name Mixin selector official a
Lfda;a(Lecg;Ljava/lang/String;)V
intermediary method_29784
Lnet/minecraft/class_524;method_29784(Lnet/minecraft/class_32;Ljava/lang/String;)V
named onBackupConfirm
Lnet/minecraft/client/gui/screen/world/EditWorldScreen;onBackupConfirm(Lnet/minecraft/world/level/storage/LevelStorage;Ljava/lang/String;)V
-
backupLevel
- Mappings:
Namespace Name Mixin selector official a
Lfda;a(Lecg$c;)Z
intermediary method_2701
Lnet/minecraft/class_524;method_2701(Lnet/minecraft/class_32$class_5143;)Z
named backupLevel
Lnet/minecraft/client/gui/screen/world/EditWorldScreen;backupLevel(Lnet/minecraft/world/level/storage/LevelStorage$Session;)Z
-
render
- Specified by:
render
in interfaceDrawable
- Overrides:
render
in classScreen
- Mappings:
Namespace Name Mixin selector official a
Lets;a(Lesf;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
-