Class EditWorldScreen

All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement

@Environment(CLIENT) public class EditWorldScreen extends Screen
Mappings:
Namespace Name
official eyr
intermediary net/minecraft/class_524
named net/minecraft/client/gui/screen/world/EditWorldScreen
  • Field Details

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official a Leyr;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

      private static final Text ENTER_NAME_TEXT
      Mappings:
      Namespace Name Mixin selector
      official b Leyr;b:Lsw;
      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

      private ButtonWidget saveButton
      Mappings:
      Namespace Name Mixin selector
      official c Leyr;c:Lepa;
      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

      private final BooleanConsumer callback
      Mappings:
      Namespace Name Mixin selector
      official j Leyr;j: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

      private TextFieldWidget levelNameTextField
      Mappings:
      Namespace Name Mixin selector
      official k Leyr;k:Lepj;
      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

      private final LevelStorage.Session storageSession
      Mappings:
      Namespace Name Mixin selector
      official l Leyr;l:Ldyv$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

      public EditWorldScreen(BooleanConsumer callback, LevelStorage.Session storageSession)
      Mappings:
      Namespace Name Mixin selector
      official <init> Leyr;<init>(Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;Ldyv$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

    • tick

      public void tick()
      Overrides:
      tick in class Screen
      Mappings:
      Namespace Name Mixin selector
      official f Leug;f()V
      intermediary method_25393 Lnet/minecraft/class_437;method_25393()V
      named tick Lnet/minecraft/client/gui/screen/Screen;tick()V
    • 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.

      Overrides:
      init in class Screen
      Mappings:
      Namespace Name Mixin selector
      official b Leug;b()V
      intermediary method_25426 Lnet/minecraft/class_437;method_25426()V
      named init Lnet/minecraft/client/gui/screen/Screen;init()V
    • resize

      public void resize(MinecraftClient client, int width, int height)
      Overrides:
      resize in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Leug;a(Lenf;II)V
      intermediary method_25410 Lnet/minecraft/class_437;method_25410(Lnet/minecraft/class_310;II)V
      named resize Lnet/minecraft/client/gui/screen/Screen;resize(Lnet/minecraft/client/MinecraftClient;II)V
    • close

      public void close()
      Overrides:
      close in class Screen
      Mappings:
      Namespace Name Mixin selector
      official aw_ Leug;aw_()V
      intermediary method_25419 Lnet/minecraft/class_437;method_25419()V
      named close Lnet/minecraft/client/gui/screen/Screen;close()V
    • commit

      private void commit()
      Mappings:
      Namespace Name Mixin selector
      official l Leyr;l()V
      intermediary method_2691 Lnet/minecraft/class_524;method_2691()V
      named commit Lnet/minecraft/client/gui/screen/world/EditWorldScreen;commit()V
    • onBackupConfirm

      public static void onBackupConfirm(LevelStorage storage, String levelName)
      Mappings:
      Namespace Name Mixin selector
      official a Leyr;a(Ldyv;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

      public static boolean backupLevel(LevelStorage.Session storageSession)
      Mappings:
      Namespace Name Mixin selector
      official a Leyr;a(Ldyv$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

      public void render(DrawContext context, int mouseX, int mouseY, float delta)
      Specified by:
      render in interface Drawable
      Overrides:
      render in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Lepy;a(Leop;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