Class SkinOptionsScreen

All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement

@Environment(CLIENT) public class SkinOptionsScreen extends GameOptionsScreen
Mappings:
Namespace Name
official fka
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 Lfka;a:Lwi;
      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;
  • Constructor Details

    • SkinOptionsScreen

      public SkinOptionsScreen(Screen parent, GameOptions gameOptions)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lfka;<init>(Lfjx;Lfcc;)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_ Lfjx;aM_()V
      intermediary method_25426 Lnet/minecraft/class_437;method_25426()V
      named init Lnet/minecraft/client/gui/screen/Screen;init()V