Class CustomizeFlatLevelScreen

All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement

@Environment(CLIENT) public class CustomizeFlatLevelScreen extends Screen
Mappings:
Namespace Name
named net/minecraft/client/gui/screen/world/CustomizeFlatLevelScreen
intermediary net/minecraft/class_413
official ftn
  • Field Details Link icon

    • TITLE Link icon

      private static final Text TITLE
      Mappings:
      Namespace Name Mixin selector
      named TITLE Lnet/minecraft/client/gui/screen/world/CustomizeFlatLevelScreen;TITLE:Lnet/minecraft/text/Text;
      intermediary field_55099 Lnet/minecraft/class_413;field_55099:Lnet/minecraft/class_2561;
      official b Lftn;b:Lwp;
    • SLOT_TEXTURE Link icon

      static final Identifier SLOT_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      named SLOT_TEXTURE Lnet/minecraft/client/gui/screen/world/CustomizeFlatLevelScreen;SLOT_TEXTURE:Lnet/minecraft/util/Identifier;
      intermediary field_45406 Lnet/minecraft/class_413;field_45406:Lnet/minecraft/class_2960;
      official c Lftn;c:Lakv;
    • ICON_SIZE Link icon

      private static final int ICON_SIZE
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named ICON_SIZE Lnet/minecraft/client/gui/screen/world/CustomizeFlatLevelScreen;ICON_SIZE:I
      intermediary field_32240 Lnet/minecraft/class_413;field_32240:I
      official d Lftn;d:I
    • BUTTON_HEIGHT Link icon

      private static final int BUTTON_HEIGHT
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named BUTTON_HEIGHT Lnet/minecraft/client/gui/screen/world/CustomizeFlatLevelScreen;BUTTON_HEIGHT:I
      intermediary field_32241 Lnet/minecraft/class_413;field_32241:I
      official s Lftn;s:I
    • ICON_BACKGROUND_OFFSET_X Link icon

      private static final int ICON_BACKGROUND_OFFSET_X
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named ICON_BACKGROUND_OFFSET_X Lnet/minecraft/client/gui/screen/world/CustomizeFlatLevelScreen;ICON_BACKGROUND_OFFSET_X:I
      intermediary field_32242 Lnet/minecraft/class_413;field_32242:I
      official u Lftn;u:I
    • ICON_BACKGROUND_OFFSET_Y Link icon

      private static final int ICON_BACKGROUND_OFFSET_Y
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named ICON_BACKGROUND_OFFSET_Y Lnet/minecraft/client/gui/screen/world/CustomizeFlatLevelScreen;ICON_BACKGROUND_OFFSET_Y:I
      intermediary field_32243 Lnet/minecraft/class_413;field_32243:I
      official v Lftn;v:I
    • ICON_OFFSET_X Link icon

      private static final int ICON_OFFSET_X
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named ICON_OFFSET_X Lnet/minecraft/client/gui/screen/world/CustomizeFlatLevelScreen;ICON_OFFSET_X:I
      intermediary field_32244 Lnet/minecraft/class_413;field_32244:I
      official w Lftn;w:I
    • ICON_OFFSET_Y Link icon

      private static final int ICON_OFFSET_Y
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named ICON_OFFSET_Y Lnet/minecraft/client/gui/screen/world/CustomizeFlatLevelScreen;ICON_OFFSET_Y:I
      intermediary field_32245 Lnet/minecraft/class_413;field_32245:I
      official x Lftn;x:I
    • layout Link icon

      private final ThreePartsLayoutWidget layout
      Mappings:
      Namespace Name Mixin selector
      named layout Lnet/minecraft/client/gui/screen/world/CustomizeFlatLevelScreen;layout:Lnet/minecraft/client/gui/widget/ThreePartsLayoutWidget;
      intermediary field_55100 Lnet/minecraft/class_413;field_55100:Lnet/minecraft/class_8132;
      official y Lftn;y:Lfsi;
    • parent Link icon

      protected final CreateWorldScreen parent
      Mappings:
      Namespace Name Mixin selector
      named parent Lnet/minecraft/client/gui/screen/world/CustomizeFlatLevelScreen;parent:Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;
      intermediary field_2422 Lnet/minecraft/class_413;field_2422:Lnet/minecraft/class_525;
      official a Lftn;a:Lfzl;
    • configConsumer Link icon

      private final Consumer<FlatChunkGeneratorConfig> configConsumer
      Mappings:
      Namespace Name Mixin selector
      named configConsumer Lnet/minecraft/client/gui/screen/world/CustomizeFlatLevelScreen;configConsumer:Ljava/util/function/Consumer;
      intermediary field_24565 Lnet/minecraft/class_413;field_24565:Ljava/util/function/Consumer;
      official z Lftn;z:Ljava/util/function/Consumer;
    • config Link icon

      Mappings:
      Namespace Name Mixin selector
      named config Lnet/minecraft/client/gui/screen/world/CustomizeFlatLevelScreen;config:Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorConfig;
      intermediary field_2419 Lnet/minecraft/class_413;field_2419:Lnet/minecraft/class_3232;
      official A Lftn;A:Lelq;
    • layers Link icon

      Mappings:
      Namespace Name Mixin selector
      named layers Lnet/minecraft/client/gui/screen/world/CustomizeFlatLevelScreen;layers:Lnet/minecraft/client/gui/screen/world/CustomizeFlatLevelScreen$SuperflatLayersListWidget;
      intermediary field_2424 Lnet/minecraft/class_413;field_2424:Lnet/minecraft/class_413$class_4192;
      official B Lftn;B:Lftn$a;
    • widgetButtonRemoveLayer Link icon

      @Nullable private @Nullable ButtonWidget widgetButtonRemoveLayer
      Mappings:
      Namespace Name Mixin selector
      named widgetButtonRemoveLayer Lnet/minecraft/client/gui/screen/world/CustomizeFlatLevelScreen;widgetButtonRemoveLayer:Lnet/minecraft/client/gui/widget/ButtonWidget;
      intermediary field_2421 Lnet/minecraft/class_413;field_2421:Lnet/minecraft/class_4185;
      official C Lftn;C:Lfou;
  • Constructor Details Link icon

    • CustomizeFlatLevelScreen Link icon

      public CustomizeFlatLevelScreen(CreateWorldScreen parent, Consumer<FlatChunkGeneratorConfig> configConsumer, FlatChunkGeneratorConfig config)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/gui/screen/world/CustomizeFlatLevelScreen;<init>(Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;Ljava/util/function/Consumer;Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorConfig;)V
      intermediary <init> Lnet/minecraft/class_413;<init>(Lnet/minecraft/class_525;Ljava/util/function/Consumer;Lnet/minecraft/class_3232;)V
      official <init> Lftn;<init>(Lfzl;Ljava/util/function/Consumer;Lelq;)V
  • Method Details Link icon

    • getConfig Link icon

      public FlatChunkGeneratorConfig getConfig()
      Mappings:
      Namespace Name Mixin selector
      named getConfig Lnet/minecraft/client/gui/screen/world/CustomizeFlatLevelScreen;getConfig()Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorConfig;
      intermediary method_29055 Lnet/minecraft/class_413;method_29055()Lnet/minecraft/class_3232;
      official l Lftn;l()Lelq;
    • setConfig Link icon

      public void setConfig(FlatChunkGeneratorConfig config)
      Mappings:
      Namespace Name Mixin selector
      named setConfig Lnet/minecraft/client/gui/screen/world/CustomizeFlatLevelScreen;setConfig(Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorConfig;)V
      intermediary method_29054 Lnet/minecraft/class_413;method_29054(Lnet/minecraft/class_3232;)V
      official a Lftn;a(Lelq;)V
    • init Link icon

      protected 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
      named init Lnet/minecraft/client/gui/screen/Screen;init()V
      intermediary method_25426 Lnet/minecraft/class_437;method_25426()V
      official aR_ Lfum;aR_()V
    • refreshWidgetPositions Link icon

      protected void refreshWidgetPositions()
      Overrides:
      refreshWidgetPositions in class Screen
      Mappings:
      Namespace Name Mixin selector
      named refreshWidgetPositions Lnet/minecraft/client/gui/screen/Screen;refreshWidgetPositions()V
      intermediary method_48640 Lnet/minecraft/class_437;method_48640()V
      official c Lfum;c()V
    • updateRemoveLayerButton Link icon

      void updateRemoveLayerButton()
      Mappings:
      Namespace Name Mixin selector
      named updateRemoveLayerButton Lnet/minecraft/client/gui/screen/world/CustomizeFlatLevelScreen;updateRemoveLayerButton()V
      intermediary method_2145 Lnet/minecraft/class_413;method_2145()V
      official m Lftn;m()V
    • hasLayerSelected Link icon

      private boolean hasLayerSelected()
      Mappings:
      Namespace Name Mixin selector
      named hasLayerSelected Lnet/minecraft/client/gui/screen/world/CustomizeFlatLevelScreen;hasLayerSelected()Z
      intermediary method_2147 Lnet/minecraft/class_413;method_2147()Z
      official E Lftn;E()Z
    • close Link icon

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