Class CustomizedWorldPresetsScreen

java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.CustomizedWorldPresetsScreen
All Implemented Interfaces:
IdentifibleBooleanConsumer

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

    • entries

      private static final List<CustomizedWorldPresetsScreen.PresetEntry> entries
      Mappings:
      Namespace Name Mixin selector
      official f Laxc;f:Ljava/util/List;
      intermediary field_10420 Lnet/minecraft/class_2314;field_10420:Ljava/util/List;
      named entries Lnet/minecraft/client/gui/screen/CustomizedWorldPresetsScreen;entries:Ljava/util/List;
    • presetList

      Mappings:
      Namespace Name Mixin selector
      official g Laxc;g:Laxc$b;
      intermediary field_10421 Lnet/minecraft/class_2314;field_10421:Lnet/minecraft/class_2314$class_2316;
      named presetList Lnet/minecraft/client/gui/screen/CustomizedWorldPresetsScreen;presetList:Lnet/minecraft/client/gui/screen/CustomizedWorldPresetsScreen$PresetsListWidget;
    • selectButton

      private ButtonWidget selectButton
      Mappings:
      Namespace Name Mixin selector
      official h Laxc;h:Lavs;
      intermediary field_10422 Lnet/minecraft/class_2314;field_10422:Lnet/minecraft/class_356;
      named selectButton Lnet/minecraft/client/gui/screen/CustomizedWorldPresetsScreen;selectButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
    • searchField

      private TextFieldWidget searchField
      Mappings:
      Namespace Name Mixin selector
      official i Laxc;i:Lavw;
      intermediary field_10423 Lnet/minecraft/class_2314;field_10423:Lnet/minecraft/class_367;
      named searchField Lnet/minecraft/client/gui/screen/CustomizedWorldPresetsScreen;searchField:Lnet/minecraft/client/gui/widget/TextFieldWidget;
    • parent

      private CustomizeWorldScreen parent
      Mappings:
      Namespace Name Mixin selector
      official r Laxc;r:Laxd;
      intermediary field_10424 Lnet/minecraft/class_2314;field_10424:Lnet/minecraft/class_2317;
      named parent Lnet/minecraft/client/gui/screen/CustomizedWorldPresetsScreen;parent:Lnet/minecraft/client/gui/screen/CustomizeWorldScreen;
    • title

      protected String title
      Mappings:
      Namespace Name Mixin selector
      official a Laxc;a:Ljava/lang/String;
      intermediary field_10419 Lnet/minecraft/class_2314;field_10419:Ljava/lang/String;
      named title Lnet/minecraft/client/gui/screen/CustomizedWorldPresetsScreen;title:Ljava/lang/String;
    • shareText

      private String shareText
      Mappings:
      Namespace Name Mixin selector
      official s Laxc;s:Ljava/lang/String;
      intermediary field_10425 Lnet/minecraft/class_2314;field_10425:Ljava/lang/String;
      named shareText Lnet/minecraft/client/gui/screen/CustomizedWorldPresetsScreen;shareText:Ljava/lang/String;
    • listText

      private String listText
      Mappings:
      Namespace Name Mixin selector
      official t Laxc;t:Ljava/lang/String;
      intermediary field_10426 Lnet/minecraft/class_2314;field_10426:Ljava/lang/String;
      named listText Lnet/minecraft/client/gui/screen/CustomizedWorldPresetsScreen;listText:Ljava/lang/String;
  • Constructor Details

    • CustomizedWorldPresetsScreen

      public CustomizedWorldPresetsScreen(CustomizeWorldScreen screen)
      Mappings:
      Namespace Name Mixin selector
      official <init> Laxc;<init>(Laxd;)V
      intermediary <init> Lnet/minecraft/class_2314;<init>(Lnet/minecraft/class_2317;)V
      named <init> Lnet/minecraft/client/gui/screen/CustomizedWorldPresetsScreen;<init>(Lnet/minecraft/client/gui/screen/CustomizeWorldScreen;)V
  • Method Details

    • init

      public void init()
      Overrides:
      init in class Screen
      Mappings:
      Namespace Name Mixin selector
      official b Laxu;b()V
      intermediary method_1044 Lnet/minecraft/class_388;method_1044()V
      named init Lnet/minecraft/client/gui/screen/Screen;init()V
    • handleMouse

      public void handleMouse()
      Overrides:
      handleMouse in class Screen
      Mappings:
      Namespace Name Mixin selector
      official k Laxu;k()V
      intermediary method_1035 Lnet/minecraft/class_388;method_1035()V
      named handleMouse Lnet/minecraft/client/gui/screen/Screen;handleMouse()V
    • removed

      public void removed()
      Overrides:
      removed in class Screen
      Mappings:
      Namespace Name Mixin selector
      official m Laxu;m()V
      intermediary method_1030 Lnet/minecraft/class_388;method_1030()V
      named removed Lnet/minecraft/client/gui/screen/Screen;removed()V
    • mouseClicked

      protected void mouseClicked(int mouseX, int mouseY, int button)
      Overrides:
      mouseClicked in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Laxu;a(III)V
      intermediary method_1026 Lnet/minecraft/class_388;method_1026(III)V
      named mouseClicked Lnet/minecraft/client/gui/screen/Screen;mouseClicked(III)V
    • keyPressed

      protected void keyPressed(char character, int code)
      Overrides:
      keyPressed in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Laxu;a(CI)V
      intermediary method_1024 Lnet/minecraft/class_388;method_1024(CI)V
      named keyPressed Lnet/minecraft/client/gui/screen/Screen;keyPressed(CI)V
    • buttonClicked

      protected void buttonClicked(ButtonWidget button)
      Overrides:
      buttonClicked in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Laxu;a(Lavs;)V
      intermediary method_1027 Lnet/minecraft/class_388;method_1027(Lnet/minecraft/class_356;)V
      named buttonClicked Lnet/minecraft/client/gui/screen/Screen;buttonClicked(Lnet/minecraft/client/gui/widget/ButtonWidget;)V
    • render

      public void render(int mouseX, int mouseY, float tickDelta)
      Overrides:
      render in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Laxu;a(IIF)V
      intermediary method_1025 Lnet/minecraft/class_388;method_1025(IIF)V
      named render Lnet/minecraft/client/gui/screen/Screen;render(IIF)V
    • tick

      public void tick()
      Overrides:
      tick in class Screen
      Mappings:
      Namespace Name Mixin selector
      official e Laxu;e()V
      intermediary method_1033 Lnet/minecraft/class_388;method_1033()V
      named tick Lnet/minecraft/client/gui/screen/Screen;tick()V
    • updateSelectButton

      public void updateSelectButton()
      Mappings:
      Namespace Name Mixin selector
      official a Laxc;a()V
      intermediary method_9551 Lnet/minecraft/class_2314;method_9551()V
      named updateSelectButton Lnet/minecraft/client/gui/screen/CustomizedWorldPresetsScreen;updateSelectButton()V
    • isEntrySelected

      private boolean isEntrySelected()
      Mappings:
      Namespace Name Mixin selector
      official g Laxc;g()Z
      intermediary method_9559 Lnet/minecraft/class_2314;method_9559()Z
      named isEntrySelected Lnet/minecraft/client/gui/screen/CustomizedWorldPresetsScreen;isEntrySelected()Z