Class SkinOptionsScreen

All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement

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

    • TITLE_TEXT

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

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

    • SkinOptionsScreen

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

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