Class ControlsOptionsScreen

All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement

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

    • TITLE_TEXT

      private static final Text TITLE_TEXT
      Mappings:
      Namespace Name Mixin selector
      named TITLE_TEXT Lnet/minecraft/client/gui/screen/option/ControlsOptionsScreen;TITLE_TEXT:Lnet/minecraft/text/Text;
      intermediary field_49532 Lnet/minecraft/class_458;field_49532:Lnet/minecraft/class_2561;
      official a Lfnw;a:Lxp;
    • optionListWidget

      @Nullable private @Nullable OptionListWidget optionListWidget
      Mappings:
      Namespace Name Mixin selector
      named optionListWidget Lnet/minecraft/client/gui/screen/option/ControlsOptionsScreen;optionListWidget:Lnet/minecraft/client/gui/widget/OptionListWidget;
      intermediary field_49901 Lnet/minecraft/class_458;field_49901:Lnet/minecraft/class_353;
      official r Lfnw;r:Lfid;
  • Constructor Details

    • ControlsOptionsScreen

      public ControlsOptionsScreen(Screen parent, GameOptions options)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/gui/screen/option/ControlsOptionsScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/option/GameOptions;)V
      intermediary <init> Lnet/minecraft/class_458;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_315;)V
      official <init> Lfnw;<init>(Lfnf;Lffl;)V
  • Method Details

    • getOptions

      private static SimpleOption<?>[] getOptions(GameOptions gameOptions)
      Mappings:
      Namespace Name Mixin selector
      named getOptions Lnet/minecraft/client/gui/screen/option/ControlsOptionsScreen;getOptions(Lnet/minecraft/client/option/GameOptions;)[Lnet/minecraft/client/option/SimpleOption;
      intermediary method_58232 Lnet/minecraft/class_458;method_58232(Lnet/minecraft/class_315;)[Lnet/minecraft/class_7172;
      official a Lfnw;a(Lffl;)[Lffk;
    • 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