Class SkinOptionsScreen

All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement

@Environment(CLIENT) public class SkinOptionsScreen extends GameOptionsScreen
Mappings:
Namespace Name
named net/minecraft/client/gui/screen/option/SkinOptionsScreen
intermediary net/minecraft/class_440
official fni
  • Field Details

    • TITLE_TEXT

      private static final Text TITLE_TEXT
      Mappings:
      Namespace Name Mixin selector
      named TITLE_TEXT Lnet/minecraft/client/gui/screen/option/SkinOptionsScreen;TITLE_TEXT:Lnet/minecraft/text/Text;
      intermediary field_49512 Lnet/minecraft/class_440;field_49512:Lnet/minecraft/class_2561;
      official a Lfni;a:Lxp;
    • optionListWidget

      @Nullable private @Nullable OptionListWidget optionListWidget
      Mappings:
      Namespace Name Mixin selector
      named optionListWidget Lnet/minecraft/client/gui/screen/option/SkinOptionsScreen;optionListWidget:Lnet/minecraft/client/gui/widget/OptionListWidget;
      intermediary field_49899 Lnet/minecraft/class_440;field_49899:Lnet/minecraft/class_353;
      official r Lfni;r:Lfid;
  • Constructor Details

    • SkinOptionsScreen

      public SkinOptionsScreen(Screen parent, GameOptions gameOptions)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/gui/screen/option/SkinOptionsScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/option/GameOptions;)V
      intermediary <init> Lnet/minecraft/class_440;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_315;)V
      official <init> Lfni;<init>(Lfnf;Lffl;)V
  • 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 GameOptionsScreen
      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 aM_ Lfnf;aM_()V
    • initTabNavigation

      protected void initTabNavigation()
      Overrides:
      initTabNavigation in class GameOptionsScreen
      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 Lfnf;c()V