Class RealmsResetNormalWorldScreen

All Implemented Interfaces:
Drawable, Element, ParentElement, TickableElement

@Environment(CLIENT) public class RealmsResetNormalWorldScreen extends RealmsScreen
Mappings:
Namespace Name
official dsh
intermediary net/minecraft/class_4409
named net/minecraft/client/realms/gui/screen/RealmsResetNormalWorldScreen
  • Field Details

    • RESET_SEED_TEXT

      private static final Text RESET_SEED_TEXT
      Mappings:
      Namespace Name Mixin selector
      official a Ldsh;a:Lon;
      intermediary field_26506 Lnet/minecraft/class_4409;field_26506:Lnet/minecraft/class_2561;
      named RESET_SEED_TEXT Lnet/minecraft/client/realms/gui/screen/RealmsResetNormalWorldScreen;RESET_SEED_TEXT:Lnet/minecraft/text/Text;
    • callback

      private final Consumer<ResetWorldInfo> callback
      Mappings:
      Namespace Name Mixin selector
      official b Ldsh;b:Ljava/util/function/Consumer;
      intermediary field_27938 Lnet/minecraft/class_4409;field_27938:Ljava/util/function/Consumer;
      named callback Lnet/minecraft/client/realms/gui/screen/RealmsResetNormalWorldScreen;callback:Ljava/util/function/Consumer;
    • titleLabel

      private RealmsLabel titleLabel
      Mappings:
      Namespace Name Mixin selector
      official c Ldsh;c:Lfao;
      intermediary field_19983 Lnet/minecraft/class_4409;field_19983:Lnet/minecraft/class_4903;
      named titleLabel Lnet/minecraft/client/realms/gui/screen/RealmsResetNormalWorldScreen;titleLabel:Lnet/minecraft/client/realms/RealmsLabel;
    • seedEdit

      private TextFieldWidget seedEdit
      Mappings:
      Namespace Name Mixin selector
      official T Ldsh;T:Ldwf;
      intermediary field_19984 Lnet/minecraft/class_4409;field_19984:Lnet/minecraft/class_342;
      named seedEdit Lnet/minecraft/client/realms/gui/screen/RealmsResetNormalWorldScreen;seedEdit:Lnet/minecraft/client/gui/widget/TextFieldWidget;
    • generatorType

      private RealmsWorldGeneratorType generatorType
      Mappings:
      Namespace Name Mixin selector
      official U Ldsh;U:Ldsz;
      intermediary field_27939 Lnet/minecraft/class_4409;field_27939:Lnet/minecraft/class_5672;
      named generatorType Lnet/minecraft/client/realms/gui/screen/RealmsResetNormalWorldScreen;generatorType:Lnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;
    • mapFeatures

      private boolean mapFeatures
      Mappings:
      Namespace Name Mixin selector
      official V Ldsh;V:Z
      intermediary field_27940 Lnet/minecraft/class_4409;field_27940:Z
      named mapFeatures Lnet/minecraft/client/realms/gui/screen/RealmsResetNormalWorldScreen;mapFeatures:Z
    • parentTitle

      private final Text parentTitle
      Mappings:
      Namespace Name Mixin selector
      official W Ldsh;W:Lon;
      intermediary field_24206 Lnet/minecraft/class_4409;field_24206:Lnet/minecraft/class_2561;
      named parentTitle Lnet/minecraft/client/realms/gui/screen/RealmsResetNormalWorldScreen;parentTitle:Lnet/minecraft/text/Text;
  • Constructor Details

    • RealmsResetNormalWorldScreen

      public RealmsResetNormalWorldScreen(Consumer<ResetWorldInfo> callback, Text parentTitle)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldsh;<init>(Ljava/util/function/Consumer;Lon;)V
      intermediary <init> Lnet/minecraft/class_4409;<init>(Ljava/util/function/Consumer;Lnet/minecraft/class_2561;)V
      named <init> Lnet/minecraft/client/realms/gui/screen/RealmsResetNormalWorldScreen;<init>(Ljava/util/function/Consumer;Lnet/minecraft/text/Text;)V
  • Method Details

    • tick

      public void tick()
      Specified by:
      tick in interface TickableElement
      Overrides:
      tick in class RealmsScreen
      Mappings:
      Namespace Name Mixin selector
      official d Ldwq;d()V
      intermediary method_25393 Lnet/minecraft/class_4893;method_25393()V
      named tick Lnet/minecraft/client/gui/screen/TickableElement;tick()V
    • init

      public void init()
      Called when a screen should be initialized.

      This method is called when this screen is opened or resized.

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

      public void removed()
      Overrides:
      removed in class Screen
      Mappings:
      Namespace Name Mixin selector
      official e Ldzh;e()V
      intermediary method_25432 Lnet/minecraft/class_437;method_25432()V
      named removed Lnet/minecraft/client/gui/screen/Screen;removed()V
    • onClose

      public void onClose()
      Overrides:
      onClose in class Screen
      Mappings:
      Namespace Name Mixin selector
      official ay_ Ldzh;ay_()V
      intermediary method_25419 Lnet/minecraft/class_437;method_25419()V
      named onClose Lnet/minecraft/client/gui/screen/Screen;onClose()V
    • render

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