Class CustomizeFlatLevelScreen

All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement

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

    • SLOT_TEXTURE

      static final Identifier SLOT_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official b Lexg;b:Laew;
      intermediary field_45406 Lnet/minecraft/class_413;field_45406:Lnet/minecraft/class_2960;
      named SLOT_TEXTURE Lnet/minecraft/client/gui/screen/CustomizeFlatLevelScreen;SLOT_TEXTURE:Lnet/minecraft/util/Identifier;
    • ICON_SIZE

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

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

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

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

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

      private static final int ICON_OFFSET_Y
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official o Lexg;o:I
      intermediary field_32245 Lnet/minecraft/class_413;field_32245:I
      named ICON_OFFSET_Y Lnet/minecraft/client/gui/screen/CustomizeFlatLevelScreen;ICON_OFFSET_Y:I
    • parent

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

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

      Mappings:
      Namespace Name Mixin selector
      official q Lexg;q:Ldtl;
      intermediary field_2419 Lnet/minecraft/class_413;field_2419:Lnet/minecraft/class_3232;
      named config Lnet/minecraft/client/gui/screen/CustomizeFlatLevelScreen;config:Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorConfig;
    • tileText

      private Text tileText
      Mappings:
      Namespace Name Mixin selector
      official s Lexg;s:Ltl;
      intermediary field_2418 Lnet/minecraft/class_413;field_2418:Lnet/minecraft/class_2561;
      named tileText Lnet/minecraft/client/gui/screen/CustomizeFlatLevelScreen;tileText:Lnet/minecraft/text/Text;
    • heightText

      private Text heightText
      Mappings:
      Namespace Name Mixin selector
      official t Lexg;t:Ltl;
      intermediary field_2425 Lnet/minecraft/class_413;field_2425:Lnet/minecraft/class_2561;
      named heightText Lnet/minecraft/client/gui/screen/CustomizeFlatLevelScreen;heightText:Lnet/minecraft/text/Text;
    • layers

      Mappings:
      Namespace Name Mixin selector
      official u Lexg;u:Lexg$a;
      intermediary field_2424 Lnet/minecraft/class_413;field_2424:Lnet/minecraft/class_413$class_4192;
      named layers Lnet/minecraft/client/gui/screen/CustomizeFlatLevelScreen;layers:Lnet/minecraft/client/gui/screen/CustomizeFlatLevelScreen$SuperflatLayersListWidget;
    • widgetButtonRemoveLayer

      private ButtonWidget widgetButtonRemoveLayer
      Mappings:
      Namespace Name Mixin selector
      official v Lexg;v:Lesq;
      intermediary field_2421 Lnet/minecraft/class_413;field_2421:Lnet/minecraft/class_4185;
      named widgetButtonRemoveLayer Lnet/minecraft/client/gui/screen/CustomizeFlatLevelScreen;widgetButtonRemoveLayer:Lnet/minecraft/client/gui/widget/ButtonWidget;
  • Constructor Details

    • CustomizeFlatLevelScreen

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

    • getConfig

      public FlatChunkGeneratorConfig getConfig()
      Mappings:
      Namespace Name Mixin selector
      official k Lexg;k()Ldtl;
      intermediary method_29055 Lnet/minecraft/class_413;method_29055()Lnet/minecraft/class_3232;
      named getConfig Lnet/minecraft/client/gui/screen/CustomizeFlatLevelScreen;getConfig()Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorConfig;
    • setConfig

      public void setConfig(FlatChunkGeneratorConfig config)
      Mappings:
      Namespace Name Mixin selector
      official a Lexg;a(Ldtl;)V
      intermediary method_29054 Lnet/minecraft/class_413;method_29054(Lnet/minecraft/class_3232;)V
      named setConfig Lnet/minecraft/client/gui/screen/CustomizeFlatLevelScreen;setConfig(Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorConfig;)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 aH_ Leyk;aH_()V
      intermediary method_25426 Lnet/minecraft/class_437;method_25426()V
      named init Lnet/minecraft/client/gui/screen/Screen;init()V
    • updateRemoveLayerButton

      void updateRemoveLayerButton()
      Mappings:
      Namespace Name Mixin selector
      official l Lexg;l()V
      intermediary method_2145 Lnet/minecraft/class_413;method_2145()V
      named updateRemoveLayerButton Lnet/minecraft/client/gui/screen/CustomizeFlatLevelScreen;updateRemoveLayerButton()V
    • hasLayerSelected

      private boolean hasLayerSelected()
      Mappings:
      Namespace Name Mixin selector
      official D Lexg;D()Z
      intermediary method_2147 Lnet/minecraft/class_413;method_2147()Z
      named hasLayerSelected Lnet/minecraft/client/gui/screen/CustomizeFlatLevelScreen;hasLayerSelected()Z
    • close

      public void close()
      Overrides:
      close in class Screen
      Mappings:
      Namespace Name Mixin selector
      official az_ Leyk;az_()V
      intermediary method_25419 Lnet/minecraft/class_437;method_25419()V
      named close Lnet/minecraft/client/gui/screen/Screen;close()V
    • 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 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