Class ExperimentalWarningScreen.DetailsScreen

java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.pack.ExperimentalWarningScreen.DetailsScreen
All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement
Enclosing class:
ExperimentalWarningScreen

@Environment(CLIENT) private class ExperimentalWarningScreen.DetailsScreen extends Screen
Mappings:
Namespace Name
named net/minecraft/client/gui/screen/pack/ExperimentalWarningScreen$DetailsScreen
intermediary net/minecraft/class_7745$class_7746
official fsv$a
  • Field Details

    • TITLE

      private static final Text TITLE
      Mappings:
      Namespace Name Mixin selector
      named TITLE Lnet/minecraft/client/gui/screen/pack/ExperimentalWarningScreen$DetailsScreen;TITLE:Lnet/minecraft/text/Text;
      intermediary field_49555 Lnet/minecraft/class_7745$class_7746;field_49555:Lnet/minecraft/class_2561;
      official b Lfsv$a;b:Lwy;
    • layout

      final ThreePartsLayoutWidget layout
      Mappings:
      Namespace Name Mixin selector
      named layout Lnet/minecraft/client/gui/screen/pack/ExperimentalWarningScreen$DetailsScreen;layout:Lnet/minecraft/client/gui/widget/ThreePartsLayoutWidget;
      intermediary field_49556 Lnet/minecraft/class_7745$class_7746;field_49556:Lnet/minecraft/class_8132;
      official c Lfsv$a;c:Lflt;
    • packListWidget

      Mappings:
      Namespace Name Mixin selector
      named packListWidget Lnet/minecraft/client/gui/screen/pack/ExperimentalWarningScreen$DetailsScreen;packListWidget:Lnet/minecraft/client/gui/screen/pack/ExperimentalWarningScreen$DetailsScreen$PackListWidget;
      intermediary field_50222 Lnet/minecraft/class_7745$class_7746;field_50222:Lnet/minecraft/class_7745$class_7746$class_7747;
      official q Lfsv$a;q:Lfsv$a$a;
  • Constructor Details

    • DetailsScreen

      DetailsScreen()
  • Method Details

    • 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() to set the element that is initially focused.

      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 aP_ Lfnx;aP_()V
    • initTabNavigation

      protected void initTabNavigation()
      Overrides:
      initTabNavigation in class Screen
      Mappings:
      Namespace Name Mixin selector
      named initTabNavigation Lnet/minecraft/client/gui/screen/Screen;initTabNavigation()V
      intermediary method_48640 Lnet/minecraft/class_437;method_48640()V
      official c Lfnx;c()V
    • close

      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 d Lfnx;d()V