Class CreateWorldScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.world.CreateWorldScreen
- All Implemented Interfaces:
Drawable
,Element
,ParentElement
,TickableElement
@Environment(CLIENT) public class CreateWorldScreen extends Screen
- Mappings:
Namespace Name official dyt
intermediary net/minecraft/class_525
named net/minecraft/client/gui/screen/world/CreateWorldScreen
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static class
CreateWorldScreen.Mode
(package private) static class
CreateWorldScreen.WorldCreationException
-
Field Summary
Fields inherited from class net.minecraft.client.gui.screen.Screen
buttons, children, client, height, itemRenderer, passEvents, textRenderer, title, width
Fields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE
-
Constructor Summary
Constructors Modifier Constructor Description private
CreateWorldScreen(Screen parent, DataPackSettings dataPackSettings, MoreOptionsDialog moreOptionsDialog)
CreateWorldScreen(Screen parent, LevelInfo levelInfo, GeneratorOptions generatorOptions, Path path, DataPackSettings dataPackSettings, DynamicRegistryManager.Impl registryManager)
-
Method Summary
Modifier and Type Method Description protected <T extends AbstractButtonWidget>
TaddButton(T button)
Adds a button to this screen.protected <T extends Element>
TaddChild(T child)
Adds a child element to this screen.static CreateWorldScreen
create(Screen parent)
private void
createLevel()
private Difficulty
getDifficulty()
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.private void
method_29682(ResourcePackManager resourcePackManager)
static Path
method_29685(Path path, MinecraftClient minecraftClient)
private static void
method_29687(Path path, Path path2, Path path3)
protected Path
method_29693()
private void
method_29694()
private void
method_29695()
private boolean
method_29696()
private com.mojang.datafixers.util.Pair<File,ResourcePackManager>
method_30296()
void
method_30297()
private void
method_30298()
void
onClose()
void
removed()
void
render(MatrixStack matrices, int mouseX, int mouseY, float delta)
void
setMoreOptionsOpen()
private void
setMoreOptionsOpen(boolean moreOptionsOpen)
void
tick()
private void
toggleMoreOptions()
private void
tweakDefaultsTo(CreateWorldScreen.Mode mode)
private void
updateSaveFolderName()
private void
updateSettingsLabels()
Methods inherited from class net.minecraft.client.gui.screen.Screen
children, filesDragged, getNarrationMessage, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, renderBackground, renderBackground, renderBackgroundTexture, renderOrderedTooltip, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessage, shouldCloseOnEsc, wrapScreenError
Methods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocused
Methods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredString, drawCenteredText, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, fill, fillGradient, fillGradient, getZOffset, method_29343, method_33284, setZOffset
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.ParentElement
changeFocus, charTyped, focusOn, hoveredElement, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setInitialFocus
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official p
Ldyt;p:Lorg/apache/logging/log4j/Logger;
intermediary field_25480
Lnet/minecraft/class_525;field_25480:Lorg/apache/logging/log4j/Logger;
named LOGGER
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;LOGGER:Lorg/apache/logging/log4j/Logger;
-
GAME_MODE_TEXT
- Mappings:
Namespace Name Mixin selector official q
Ldyt;q:Loi;
intermediary field_25898
Lnet/minecraft/class_525;field_25898:Lnet/minecraft/class_2561;
named GAME_MODE_TEXT
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;GAME_MODE_TEXT:Lnet/minecraft/text/Text;
-
ENTER_SEED_TEXT
- Mappings:
Namespace Name Mixin selector official r
Ldyt;r:Loi;
intermediary field_26598
Lnet/minecraft/class_525;field_26598:Lnet/minecraft/class_2561;
named ENTER_SEED_TEXT
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;ENTER_SEED_TEXT:Lnet/minecraft/text/Text;
-
SEED_INFO_TEXT
- Mappings:
Namespace Name Mixin selector official s
Ldyt;s:Loi;
intermediary field_26599
Lnet/minecraft/class_525;field_26599:Lnet/minecraft/class_2561;
named SEED_INFO_TEXT
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;SEED_INFO_TEXT:Lnet/minecraft/text/Text;
-
ENTER_NAME_TEXT
- Mappings:
Namespace Name Mixin selector official t
Ldyt;t:Loi;
intermediary field_26600
Lnet/minecraft/class_525;field_26600:Lnet/minecraft/class_2561;
named ENTER_NAME_TEXT
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;ENTER_NAME_TEXT:Lnet/minecraft/text/Text;
-
RESULT_FOLDER_TEXT
- Mappings:
Namespace Name Mixin selector official u
Ldyt;u:Loi;
intermediary field_26601
Lnet/minecraft/class_525;field_26601:Lnet/minecraft/class_2561;
named RESULT_FOLDER_TEXT
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;RESULT_FOLDER_TEXT:Lnet/minecraft/text/Text;
-
ALLOW_COMMANDS_INFO_TEXT
- Mappings:
Namespace Name Mixin selector official v
Ldyt;v:Loi;
intermediary field_26602
Lnet/minecraft/class_525;field_26602:Lnet/minecraft/class_2561;
named ALLOW_COMMANDS_INFO_TEXT
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;ALLOW_COMMANDS_INFO_TEXT:Lnet/minecraft/text/Text;
-
parent
- Mappings:
Namespace Name Mixin selector official w
Ldyt;w:Ldve;
intermediary field_3187
Lnet/minecraft/class_525;field_3187:Lnet/minecraft/class_437;
named parent
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
-
levelNameField
- Mappings:
Namespace Name Mixin selector official x
Ldyt;x:Ldsc;
intermediary field_3188
Lnet/minecraft/class_525;field_3188:Lnet/minecraft/class_342;
named levelNameField
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;levelNameField:Lnet/minecraft/client/gui/widget/TextFieldWidget;
-
saveDirectoryName
- Mappings:
Namespace Name Mixin selector official y
Ldyt;y:Ljava/lang/String;
intermediary field_3196
Lnet/minecraft/class_525;field_3196:Ljava/lang/String;
named saveDirectoryName
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;saveDirectoryName:Ljava/lang/String;
-
currentMode
- Mappings:
Namespace Name Mixin selector official z
Ldyt;z:Ldyt$b;
intermediary field_3201
Lnet/minecraft/class_525;field_3201:Lnet/minecraft/class_525$class_4539;
named currentMode
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;currentMode:Lnet/minecraft/client/gui/screen/world/CreateWorldScreen$Mode;
-
lastMode
- Mappings:
Namespace Name Mixin selector official A
Ldyt;A:Ldyt$b;
intermediary field_3185
Lnet/minecraft/class_525;field_3185:Lnet/minecraft/class_525$class_4539;
named lastMode
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;lastMode:Lnet/minecraft/client/gui/screen/world/CreateWorldScreen$Mode;
-
currentDifficulty
- Mappings:
Namespace Name Mixin selector official B
Ldyt;B:Lapn;
intermediary field_27998
Lnet/minecraft/class_525;field_27998:Lnet/minecraft/class_1267;
named currentDifficulty
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;currentDifficulty:Lnet/minecraft/world/Difficulty;
-
cheatsEnabled
private boolean cheatsEnabled- Mappings:
Namespace Name Mixin selector official C
Ldyt;C:Z
intermediary field_3192
Lnet/minecraft/class_525;field_3192:Z
named cheatsEnabled
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;cheatsEnabled:Z
-
tweakedCheats
private boolean tweakedCheats- Mappings:
Namespace Name Mixin selector official D
Ldyt;D:Z
intermediary field_3179
Lnet/minecraft/class_525;field_3179:Z
named tweakedCheats
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;tweakedCheats:Z
-
hardcore
public boolean hardcore- Mappings:
Namespace Name Mixin selector official a
Ldyt;a:Z
intermediary field_3178
Lnet/minecraft/class_525;field_3178:Z
named hardcore
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;hardcore:Z
-
dataPackSettings
- Mappings:
Namespace Name Mixin selector official b
Ldyt;b:Lbti;
intermediary field_25479
Lnet/minecraft/class_525;field_25479:Lnet/minecraft/class_5359;
named dataPackSettings
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;dataPackSettings:Lnet/minecraft/resource/DataPackSettings;
-
field_25477
- Mappings:
Namespace Name Mixin selector official E
Ldyt;E:Ljava/nio/file/Path;
intermediary field_25477
Lnet/minecraft/class_525;field_25477:Ljava/nio/file/Path;
named field_25477
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;field_25477:Ljava/nio/file/Path;
-
packManager
- Mappings:
Namespace Name Mixin selector official F
Ldyt;F:Lacm;
intermediary field_25792
Lnet/minecraft/class_525;field_25792:Lnet/minecraft/class_3283;
named packManager
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;packManager:Lnet/minecraft/resource/ResourcePackManager;
-
moreOptionsOpen
private boolean moreOptionsOpen- Mappings:
Namespace Name Mixin selector official G
Ldyt;G:Z
intermediary field_3202
Lnet/minecraft/class_525;field_3202:Z
named moreOptionsOpen
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;moreOptionsOpen:Z
-
createLevelButton
- Mappings:
Namespace Name Mixin selector official H
Ldyt;H:Ldru;
intermediary field_3205
Lnet/minecraft/class_525;field_3205:Lnet/minecraft/class_4185;
named createLevelButton
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;createLevelButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
gameModeSwitchButton
- Mappings:
Namespace Name Mixin selector official I
Ldyt;I:Ldsa;
intermediary field_3186
Lnet/minecraft/class_525;field_3186:Lnet/minecraft/class_5676;
named gameModeSwitchButton
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;gameModeSwitchButton:Lnet/minecraft/client/gui/widget/CyclingButtonWidget;
-
difficultyButton
- Mappings:
Namespace Name Mixin selector official J
Ldyt;J:Ldsa;
intermediary field_24286
Lnet/minecraft/class_525;field_24286:Lnet/minecraft/class_5676;
named difficultyButton
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;difficultyButton:Lnet/minecraft/client/gui/widget/CyclingButtonWidget;
-
moreOptionsButton
- Mappings:
Namespace Name Mixin selector official K
Ldyt;K:Ldru;
intermediary field_3193
Lnet/minecraft/class_525;field_3193:Lnet/minecraft/class_4185;
named moreOptionsButton
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;moreOptionsButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
gameRulesButton
- Mappings:
Namespace Name Mixin selector official L
Ldyt;L:Ldru;
intermediary field_24287
Lnet/minecraft/class_525;field_24287:Lnet/minecraft/class_4185;
named gameRulesButton
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;gameRulesButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
dataPacksButton
- Mappings:
Namespace Name Mixin selector official M
Ldyt;M:Ldru;
intermediary field_25478
Lnet/minecraft/class_525;field_25478:Lnet/minecraft/class_4185;
named dataPacksButton
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;dataPacksButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
enableCheatsButton
- Mappings:
Namespace Name Mixin selector official N
Ldyt;N:Ldsa;
intermediary field_3182
Lnet/minecraft/class_525;field_3182:Lnet/minecraft/class_5676;
named enableCheatsButton
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;enableCheatsButton:Lnet/minecraft/client/gui/widget/CyclingButtonWidget;
-
firstGameModeDescriptionLine
- Mappings:
Namespace Name Mixin selector official O
Ldyt;O:Loi;
intermediary field_3194
Lnet/minecraft/class_525;field_3194:Lnet/minecraft/class_2561;
named firstGameModeDescriptionLine
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;firstGameModeDescriptionLine:Lnet/minecraft/text/Text;
-
secondGameModeDescriptionLine
- Mappings:
Namespace Name Mixin selector official P
Ldyt;P:Loi;
intermediary field_3199
Lnet/minecraft/class_525;field_3199:Lnet/minecraft/class_2561;
named secondGameModeDescriptionLine
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;secondGameModeDescriptionLine:Lnet/minecraft/text/Text;
-
levelName
- Mappings:
Namespace Name Mixin selector official Q
Ldyt;Q:Ljava/lang/String;
intermediary field_3195
Lnet/minecraft/class_525;field_3195:Ljava/lang/String;
named levelName
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;levelName:Ljava/lang/String;
-
gameRules
- Mappings:
Namespace Name Mixin selector official R
Ldyt;R:Lbtr;
intermediary field_24288
Lnet/minecraft/class_525;field_24288:Lnet/minecraft/class_1928;
named gameRules
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;gameRules:Lnet/minecraft/world/GameRules;
-
moreOptionsDialog
- Mappings:
Namespace Name Mixin selector official c
Ldyt;c:Ldyy;
intermediary field_24588
Lnet/minecraft/class_525;field_24588:Lnet/minecraft/class_5292;
named moreOptionsDialog
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;moreOptionsDialog:Lnet/minecraft/client/gui/screen/world/MoreOptionsDialog;
-
-
Constructor Details
-
CreateWorldScreen
public CreateWorldScreen(@Nullable Screen parent, LevelInfo levelInfo, GeneratorOptions generatorOptions, @Nullable Path path, DataPackSettings dataPackSettings, DynamicRegistryManager.Impl registryManager)- Mappings:
Namespace Name Mixin selector official <init>
Ldyt;<init>(Ldve;Lbtz;Lcmy;Ljava/nio/file/Path;Lbti;Lgo$b;)V
intermediary <init>
Lnet/minecraft/class_525;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_1940;Lnet/minecraft/class_5285;Ljava/nio/file/Path;Lnet/minecraft/class_5359;Lnet/minecraft/class_5455$class_5457;)V
named <init>
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/world/level/LevelInfo;Lnet/minecraft/world/gen/GeneratorOptions;Ljava/nio/file/Path;Lnet/minecraft/resource/DataPackSettings;Lnet/minecraft/util/registry/DynamicRegistryManager$Impl;)V
-
CreateWorldScreen
private CreateWorldScreen(@Nullable Screen parent, DataPackSettings dataPackSettings, MoreOptionsDialog moreOptionsDialog)- Mappings:
Namespace Name Mixin selector official <init>
Ldyt;<init>(Ldve;Lbti;Ldyy;)V
intermediary <init>
Lnet/minecraft/class_525;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_5359;Lnet/minecraft/class_5292;)V
named <init>
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/resource/DataPackSettings;Lnet/minecraft/client/gui/screen/world/MoreOptionsDialog;)V
-
-
Method Details
-
create
- Mappings:
Namespace Name Mixin selector official a
Ldyt;a(Ldve;)Ldyt;
intermediary method_31130
Lnet/minecraft/class_525;method_31130(Lnet/minecraft/class_437;)Lnet/minecraft/class_525;
named create
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;create(Lnet/minecraft/client/gui/screen/Screen;)Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;
-
tick
public void tick()- Specified by:
tick
in interfaceTickableElement
- Overrides:
tick
in classScreen
- Mappings:
Namespace Name Mixin selector official d
Ldsn;d()V
intermediary method_25393
Lnet/minecraft/class_4893;method_25393()V
named tick
Lnet/minecraft/client/gui/screen/TickableElement;tick()V
-
init
protected void init()Called when a screen should be initialized.This method is called when this screen is opened or resized.
-
getDifficulty
- Mappings:
Namespace Name Mixin selector official l
Ldyt;l()Lapn;
intermediary method_32672
Lnet/minecraft/class_525;method_32672()Lnet/minecraft/class_1267;
named getDifficulty
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;getDifficulty()Lnet/minecraft/world/Difficulty;
-
updateSettingsLabels
private void updateSettingsLabels()- Mappings:
Namespace Name Mixin selector official m
Ldyt;m()V
intermediary method_2722
Lnet/minecraft/class_525;method_2722()V
named updateSettingsLabels
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;updateSettingsLabels()V
-
updateSaveFolderName
private void updateSaveFolderName()- Mappings:
Namespace Name Mixin selector official n
Ldyt;n()V
intermediary method_2727
Lnet/minecraft/class_525;method_2727()V
named updateSaveFolderName
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;updateSaveFolderName()V
-
removed
public void removed() -
createLevel
private void createLevel()- Mappings:
Namespace Name Mixin selector official o
Ldyt;o()V
intermediary method_2736
Lnet/minecraft/class_525;method_2736()V
named createLevel
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;createLevel()V
-
toggleMoreOptions
private void toggleMoreOptions()- Mappings:
Namespace Name Mixin selector official p
Ldyt;p()V
intermediary method_2721
Lnet/minecraft/class_525;method_2721()V
named toggleMoreOptions
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;toggleMoreOptions()V
-
tweakDefaultsTo
- Mappings:
Namespace Name Mixin selector official a
Ldyt;a(Ldyt$b;)V
intermediary method_22365
Lnet/minecraft/class_525;method_22365(Lnet/minecraft/class_525$class_4539;)V
named tweakDefaultsTo
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;tweakDefaultsTo(Lnet/minecraft/client/gui/screen/world/CreateWorldScreen$Mode;)V
-
setMoreOptionsOpen
public void setMoreOptionsOpen()- Mappings:
Namespace Name Mixin selector official h
Ldyt;h()V
intermediary method_28084
Lnet/minecraft/class_525;method_28084()V
named setMoreOptionsOpen
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;setMoreOptionsOpen()V
-
setMoreOptionsOpen
private void setMoreOptionsOpen(boolean moreOptionsOpen)- Mappings:
Namespace Name Mixin selector official c
Ldyt;c(Z)V
intermediary method_2710
Lnet/minecraft/class_525;method_2710(Z)V
named setMoreOptionsOpen
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;setMoreOptionsOpen(Z)V
-
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:
Keyboard.onKey(long, int, int, int, int)
,GLFW.GLFW_KEY_Q
,GLFWKeyCallbackI.invoke(long, int, int, int, int)
- Mappings:
Namespace Name Mixin selector official a
Ldst;a(III)Z
intermediary method_25404
Lnet/minecraft/class_364;method_25404(III)Z
named keyPressed
Lnet/minecraft/client/gui/Element;keyPressed(III)Z
-
onClose
public void onClose() -
method_30297
public void method_30297()- Mappings:
Namespace Name Mixin selector official i
Ldyt;i()V
intermediary method_30297
Lnet/minecraft/class_525;method_30297()V
named method_30297
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;method_30297()V
-
method_30298
private void method_30298()- Mappings:
Namespace Name Mixin selector official q
Ldyt;q()V
intermediary method_30298
Lnet/minecraft/class_525;method_30298()V
named method_30298
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;method_30298()V
-
render
- Specified by:
render
in interfaceDrawable
- Overrides:
render
in classScreen
- Mappings:
Namespace Name Mixin selector official a
Ldsq;a(Ldlr;IIF)V
intermediary method_25394
Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_4587;IIF)V
named render
Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/util/math/MatrixStack;IIF)V
-
addChild
Adds a child element to this screen. If the child element is anAbstractButtonWidget
, you should useScreen.addButton(AbstractButtonWidget)
instead.Adding a child element to a screen does not guarantee the widget is rendered or ticked.
- Overrides:
addChild
in classScreen
- See Also:
Screen.addButton(AbstractButtonWidget)
- Mappings:
Namespace Name Mixin selector official d
Ldve;d(Ldst;)Ldst;
intermediary method_25429
Lnet/minecraft/class_437;method_25429(Lnet/minecraft/class_364;)Lnet/minecraft/class_364;
named addChild
Lnet/minecraft/client/gui/screen/Screen;addChild(Lnet/minecraft/client/gui/Element;)Lnet/minecraft/client/gui/Element;
-
addButton
Adds a button to this screen. This method should be preferred overScreen.addChild(Element)
since buttons are automatically rendered when added to a screen.- Overrides:
addButton
in classScreen
- Mappings:
Namespace Name Mixin selector official a
Ldve;a(Ldrs;)Ldrs;
intermediary method_25411
Lnet/minecraft/class_437;method_25411(Lnet/minecraft/class_339;)Lnet/minecraft/class_339;
named addButton
Lnet/minecraft/client/gui/screen/Screen;addButton(Lnet/minecraft/client/gui/widget/AbstractButtonWidget;)Lnet/minecraft/client/gui/widget/AbstractButtonWidget;
-
method_29693
- Mappings:
Namespace Name Mixin selector official k
Ldyt;k()Ljava/nio/file/Path;
intermediary method_29693
Lnet/minecraft/class_525;method_29693()Ljava/nio/file/Path;
named method_29693
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;method_29693()Ljava/nio/file/Path;
-
method_29694
private void method_29694()- Mappings:
Namespace Name Mixin selector official r
Ldyt;r()V
intermediary method_29694
Lnet/minecraft/class_525;method_29694()V
named method_29694
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;method_29694()V
-
method_29682
- Mappings:
Namespace Name Mixin selector official a
Ldyt;a(Lacm;)V
intermediary method_29682
Lnet/minecraft/class_525;method_29682(Lnet/minecraft/class_3283;)V
named method_29682
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;method_29682(Lnet/minecraft/resource/ResourcePackManager;)V
-
method_29695
private void method_29695()- Mappings:
Namespace Name Mixin selector official t
Ldyt;t()V
intermediary method_29695
Lnet/minecraft/class_525;method_29695()V
named method_29695
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;method_29695()V
-
method_29687
- Mappings:
Namespace Name Mixin selector official a
Ldyt;a(Ljava/nio/file/Path;Ljava/nio/file/Path;Ljava/nio/file/Path;)V
intermediary method_29687
Lnet/minecraft/class_525;method_29687(Ljava/nio/file/Path;Ljava/nio/file/Path;Ljava/nio/file/Path;)V
named method_29687
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;method_29687(Ljava/nio/file/Path;Ljava/nio/file/Path;Ljava/nio/file/Path;)V
-
method_29696
private boolean method_29696()- Mappings:
Namespace Name Mixin selector official u
Ldyt;u()Z
intermediary method_29696
Lnet/minecraft/class_525;method_29696()Z
named method_29696
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;method_29696()Z
-
method_29685
- Mappings:
Namespace Name Mixin selector official a
Ldyt;a(Ljava/nio/file/Path;Ldqk;)Ljava/nio/file/Path;
intermediary method_29685
Lnet/minecraft/class_525;method_29685(Ljava/nio/file/Path;Lnet/minecraft/class_310;)Ljava/nio/file/Path;
named method_29685
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;method_29685(Ljava/nio/file/Path;Lnet/minecraft/client/MinecraftClient;)Ljava/nio/file/Path;
-
method_30296
- Mappings:
Namespace Name Mixin selector official v
Ldyt;v()Lcom/mojang/datafixers/util/Pair;
intermediary method_30296
Lnet/minecraft/class_525;method_30296()Lcom/mojang/datafixers/util/Pair;
named method_30296
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;method_30296()Lcom/mojang/datafixers/util/Pair;
-