Class ExperimentsScreen

All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement

@Environment(CLIENT) public class ExperimentsScreen extends Screen
Mappings:
Namespace Name
named net/minecraft/client/gui/screen/world/ExperimentsScreen
intermediary net/minecraft/class_8134
official fzp
  • 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/ExperimentsScreen;TITLE:Lnet/minecraft/text/Text;
      intermediary field_49562 Lnet/minecraft/class_8134;field_49562:Lnet/minecraft/class_2561;
      official a Lfzp;a:Lwp;
    • INFO_TEXT Link icon

      private static final Text INFO_TEXT
      Mappings:
      Namespace Name Mixin selector
      named INFO_TEXT Lnet/minecraft/client/gui/screen/world/ExperimentsScreen;INFO_TEXT:Lnet/minecraft/text/Text;
      intermediary field_50043 Lnet/minecraft/class_8134;field_50043:Lnet/minecraft/class_2561;
      official b Lfzp;b:Lwp;
    • EXPERIMENTS_LIST_WIDTH Link icon

      private static final int EXPERIMENTS_LIST_WIDTH
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named EXPERIMENTS_LIST_WIDTH Lnet/minecraft/client/gui/screen/world/ExperimentsScreen;EXPERIMENTS_LIST_WIDTH:I
      intermediary field_42503 Lnet/minecraft/class_8134;field_42503:I
      official c Lfzp;c:I
    • EXPERIMENTS_LIST_HEIGHT Link icon

      private static final int EXPERIMENTS_LIST_HEIGHT
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named EXPERIMENTS_LIST_HEIGHT Lnet/minecraft/client/gui/screen/world/ExperimentsScreen;EXPERIMENTS_LIST_HEIGHT:I
      intermediary field_55262 Lnet/minecraft/class_8134;field_55262:I
      official d Lfzp;d:I
    • experimentToggleList Link icon

      private final ThreePartsLayoutWidget experimentToggleList
      Mappings:
      Namespace Name Mixin selector
      named experimentToggleList Lnet/minecraft/client/gui/screen/world/ExperimentsScreen;experimentToggleList:Lnet/minecraft/client/gui/widget/ThreePartsLayoutWidget;
      intermediary field_42504 Lnet/minecraft/class_8134;field_42504:Lnet/minecraft/class_8132;
      official s Lfzp;s:Lfsi;
    • parent Link icon

      private final Screen parent
      Mappings:
      Namespace Name Mixin selector
      named parent Lnet/minecraft/client/gui/screen/world/ExperimentsScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
      intermediary field_42505 Lnet/minecraft/class_8134;field_42505:Lnet/minecraft/class_437;
      official u Lfzp;u:Lfum;
    • resourcePackManager Link icon

      private final ResourcePackManager resourcePackManager
      Mappings:
      Namespace Name Mixin selector
      named resourcePackManager Lnet/minecraft/client/gui/screen/world/ExperimentsScreen;resourcePackManager:Lnet/minecraft/resource/ResourcePackManager;
      intermediary field_42506 Lnet/minecraft/class_8134;field_42506:Lnet/minecraft/class_3283;
      official v Lfzp;v:Laua;
    • applier Link icon

      private final Consumer<ResourcePackManager> applier
      Mappings:
      Namespace Name Mixin selector
      named applier Lnet/minecraft/client/gui/screen/world/ExperimentsScreen;applier:Ljava/util/function/Consumer;
      intermediary field_42507 Lnet/minecraft/class_8134;field_42507:Ljava/util/function/Consumer;
      official w Lfzp;w:Ljava/util/function/Consumer;
    • experiments Link icon

      private final Object2BooleanMap<ResourcePackProfile> experiments
      Mappings:
      Namespace Name Mixin selector
      named experiments Lnet/minecraft/client/gui/screen/world/ExperimentsScreen;experiments:Lit/unimi/dsi/fastutil/objects/Object2BooleanMap;
      intermediary field_42508 Lnet/minecraft/class_8134;field_42508:Lit/unimi/dsi/fastutil/objects/Object2BooleanMap;
      official x Lfzp;x:Lit/unimi/dsi/fastutil/objects/Object2BooleanMap;
    • experimentsList Link icon

      Mappings:
      Namespace Name Mixin selector
      named experimentsList Lnet/minecraft/client/gui/screen/world/ExperimentsScreen;experimentsList:Lnet/minecraft/client/gui/screen/world/ExperimentsScreen$ExperimentsListWidget;
      intermediary field_55263 Lnet/minecraft/class_8134;field_55263:Lnet/minecraft/class_8134$class_10416;
      official y Lfzp;y:Lfzp$a;
  • Constructor Details Link icon

    • ExperimentsScreen Link icon

      public ExperimentsScreen(Screen parent, ResourcePackManager resourcePackManager, Consumer<ResourcePackManager> applier)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/gui/screen/world/ExperimentsScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/resource/ResourcePackManager;Ljava/util/function/Consumer;)V
      intermediary <init> Lnet/minecraft/class_8134;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_3283;Ljava/util/function/Consumer;)V
      official <init> Lfzp;<init>(Lfum;Laua;Ljava/util/function/Consumer;)V
  • Method Details Link icon

    • 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
    • getDataPackName Link icon

      private static Text getDataPackName(ResourcePackProfile packProfile)
      Mappings:
      Namespace Name Mixin selector
      named getDataPackName Lnet/minecraft/client/gui/screen/world/ExperimentsScreen;getDataPackName(Lnet/minecraft/resource/ResourcePackProfile;)Lnet/minecraft/text/Text;
      intermediary method_49016 Lnet/minecraft/class_8134;method_49016(Lnet/minecraft/class_3288;)Lnet/minecraft/class_2561;
      official a Lfzp;a(Latx;)Lwp;
    • 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
    • getNarratedTitle Link icon

      public Text getNarratedTitle()
      Overrides:
      getNarratedTitle in class Screen
      Mappings:
      Namespace Name Mixin selector
      named getNarratedTitle Lnet/minecraft/client/gui/screen/Screen;getNarratedTitle()Lnet/minecraft/text/Text;
      intermediary method_25435 Lnet/minecraft/class_437;method_25435()Lnet/minecraft/class_2561;
      official i Lfum;i()Lwp;
    • 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
    • applyAndClose Link icon

      private void applyAndClose()
      Mappings:
      Namespace Name Mixin selector
      named applyAndClose Lnet/minecraft/client/gui/screen/world/ExperimentsScreen;applyAndClose()V
      intermediary method_49024 Lnet/minecraft/class_8134;method_49024()V
      official m Lfzp;m()V