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 bwg
intermediary net/minecraft/class_2314
named net/minecraft/client/gui/screen/CustomizedWorldPresetsScreen
  • Field Details

    • entries

      private static final List entries
      Mappings:
      Namespace Name Mixin selector
      official f Lbwg;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;
    • field_10421

      private class_2316 field_10421
      Mappings:
      Namespace Name Mixin selector
      official g Lbwg;g:Lbwi;
      intermediary field_10421 Lnet/minecraft/class_2314;field_10421:Lnet/minecraft/class_2316;
      named field_10421 Lnet/minecraft/client/gui/screen/CustomizedWorldPresetsScreen;field_10421:Lnet/minecraft/class_2316;
    • selectButton

      private ButtonWidget selectButton
      Mappings:
      Namespace Name Mixin selector
      official h Lbwg;h:Lbug;
      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 Lbwg;i:Lbul;
      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 Lbwg;r:Lbwj;
      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 Lbwg;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 Lbwg;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 Lbwg;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> Lbwg;<init>(Lbwj;)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 Lbxf;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 Lbxf;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 Lbxf;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 Lbxf;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 Lbxf;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 Lbxf;a(Lbug;)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 Lbxf;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 Lbxf;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 Lbwg;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 Lbwg;g()Z
      intermediary method_9559 Lnet/minecraft/class_2314;method_9559()Z
      named isEntrySelected Lnet/minecraft/client/gui/screen/CustomizedWorldPresetsScreen;isEntrySelected()Z