Class SoundOptionsScreen

All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement

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

    • TITLE_TEXT

      private static final Text TITLE_TEXT
      Mappings:
      Namespace Name Mixin selector
      named TITLE_TEXT Lnet/minecraft/client/gui/screen/option/SoundOptionsScreen;TITLE_TEXT:Lnet/minecraft/text/Text;
      intermediary field_49513 Lnet/minecraft/class_443;field_49513:Lnet/minecraft/class_2561;
      official a Lfnj;a:Lxp;
    • optionButtons

      private OptionListWidget optionButtons
      Mappings:
      Namespace Name Mixin selector
      named optionButtons Lnet/minecraft/client/gui/screen/option/SoundOptionsScreen;optionButtons:Lnet/minecraft/client/gui/widget/OptionListWidget;
      intermediary field_40416 Lnet/minecraft/class_443;field_40416:Lnet/minecraft/class_353;
      official r Lfnj;r:Lfid;
  • Constructor Details

    • SoundOptionsScreen

      public SoundOptionsScreen(Screen parent, GameOptions options)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/gui/screen/option/SoundOptionsScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/option/GameOptions;)V
      intermediary <init> Lnet/minecraft/class_443;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_315;)V
      official <init> Lfnj;<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/SoundOptionsScreen;getOptions(Lnet/minecraft/client/option/GameOptions;)[Lnet/minecraft/client/option/SimpleOption;
      intermediary method_45629 Lnet/minecraft/class_443;method_45629(Lnet/minecraft/class_315;)[Lnet/minecraft/class_7172;
      official a Lfnj;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
    • getVolumeOptions

      private SimpleOption<?>[] getVolumeOptions()
      Mappings:
      Namespace Name Mixin selector
      named getVolumeOptions Lnet/minecraft/client/gui/screen/option/SoundOptionsScreen;getVolumeOptions()[Lnet/minecraft/client/option/SimpleOption;
      intermediary method_45631 Lnet/minecraft/class_443;method_45631()[Lnet/minecraft/class_7172;
      official E Lfnj;E()[Lffk;