Class OptionsScreen

All Implemented Interfaces:
Drawable, Element, ParentElement

@Environment(CLIENT) public class OptionsScreen extends Screen
Mappings:
Namespace Name
official eos
intermediary net/minecraft/class_429
named net/minecraft/client/gui/screen/option/OptionsScreen
  • Field Details

    • SKIN_CUSTOMIZATION_TEXT

      private static final Text SKIN_CUSTOMIZATION_TEXT
      Mappings:
      Namespace Name Mixin selector
      official a Leos;a:Lss;
      intermediary field_41345 Lnet/minecraft/class_429;field_41345:Lnet/minecraft/class_2561;
      named SKIN_CUSTOMIZATION_TEXT Lnet/minecraft/client/gui/screen/option/OptionsScreen;SKIN_CUSTOMIZATION_TEXT:Lnet/minecraft/text/Text;
    • SOUNDS_TEXT

      private static final Text SOUNDS_TEXT
      Mappings:
      Namespace Name Mixin selector
      official b Leos;b:Lss;
      intermediary field_41346 Lnet/minecraft/class_429;field_41346:Lnet/minecraft/class_2561;
      named SOUNDS_TEXT Lnet/minecraft/client/gui/screen/option/OptionsScreen;SOUNDS_TEXT:Lnet/minecraft/text/Text;
    • VIDEO_TEXT

      private static final Text VIDEO_TEXT
      Mappings:
      Namespace Name Mixin selector
      official c Leos;c:Lss;
      intermediary field_41347 Lnet/minecraft/class_429;field_41347:Lnet/minecraft/class_2561;
      named VIDEO_TEXT Lnet/minecraft/client/gui/screen/option/OptionsScreen;VIDEO_TEXT:Lnet/minecraft/text/Text;
    • CONTROL_TEXT

      private static final Text CONTROL_TEXT
      Mappings:
      Namespace Name Mixin selector
      official n Leos;n:Lss;
      intermediary field_41348 Lnet/minecraft/class_429;field_41348:Lnet/minecraft/class_2561;
      named CONTROL_TEXT Lnet/minecraft/client/gui/screen/option/OptionsScreen;CONTROL_TEXT:Lnet/minecraft/text/Text;
    • LANGUAGE_TEXT

      private static final Text LANGUAGE_TEXT
      Mappings:
      Namespace Name Mixin selector
      official o Leos;o:Lss;
      intermediary field_41349 Lnet/minecraft/class_429;field_41349:Lnet/minecraft/class_2561;
      named LANGUAGE_TEXT Lnet/minecraft/client/gui/screen/option/OptionsScreen;LANGUAGE_TEXT:Lnet/minecraft/text/Text;
    • CHAT_TEXT

      private static final Text CHAT_TEXT
      Mappings:
      Namespace Name Mixin selector
      official p Leos;p:Lss;
      intermediary field_41350 Lnet/minecraft/class_429;field_41350:Lnet/minecraft/class_2561;
      named CHAT_TEXT Lnet/minecraft/client/gui/screen/option/OptionsScreen;CHAT_TEXT:Lnet/minecraft/text/Text;
    • RESOURCE_PACK_TEXT

      private static final Text RESOURCE_PACK_TEXT
      Mappings:
      Namespace Name Mixin selector
      official q Leos;q:Lss;
      intermediary field_41351 Lnet/minecraft/class_429;field_41351:Lnet/minecraft/class_2561;
      named RESOURCE_PACK_TEXT Lnet/minecraft/client/gui/screen/option/OptionsScreen;RESOURCE_PACK_TEXT:Lnet/minecraft/text/Text;
    • ACCESSIBILITY_TEXT

      private static final Text ACCESSIBILITY_TEXT
      Mappings:
      Namespace Name Mixin selector
      official r Leos;r:Lss;
      intermediary field_41352 Lnet/minecraft/class_429;field_41352:Lnet/minecraft/class_2561;
      named ACCESSIBILITY_TEXT Lnet/minecraft/client/gui/screen/option/OptionsScreen;ACCESSIBILITY_TEXT:Lnet/minecraft/text/Text;
    • TELEMETRY_TEXT

      private static final Text TELEMETRY_TEXT
      Mappings:
      Namespace Name Mixin selector
      official s Leos;s:Lss;
      intermediary field_41353 Lnet/minecraft/class_429;field_41353:Lnet/minecraft/class_2561;
      named TELEMETRY_TEXT Lnet/minecraft/client/gui/screen/option/OptionsScreen;TELEMETRY_TEXT:Lnet/minecraft/text/Text;
    • COLUMNS

      private static final int COLUMNS
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official t Leos;t:I
      intermediary field_41354 Lnet/minecraft/class_429;field_41354:I
      named COLUMNS Lnet/minecraft/client/gui/screen/option/OptionsScreen;COLUMNS:I
    • parent

      private final Screen parent
      Mappings:
      Namespace Name Mixin selector
      official u Leos;u:Lepb;
      intermediary field_2501 Lnet/minecraft/class_429;field_2501:Lnet/minecraft/class_437;
      named parent Lnet/minecraft/client/gui/screen/option/OptionsScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
    • settings

      private final GameOptions settings
      Mappings:
      Namespace Name Mixin selector
      official v Leos;v:Lejj;
      intermediary field_2502 Lnet/minecraft/class_429;field_2502:Lnet/minecraft/class_315;
      named settings Lnet/minecraft/client/gui/screen/option/OptionsScreen;settings:Lnet/minecraft/client/option/GameOptions;
    • difficultyButton

      private CyclingButtonWidget<Difficulty> difficultyButton
      Mappings:
      Namespace Name Mixin selector
      official w Leos;w:Lelf;
      intermediary field_2500 Lnet/minecraft/class_429;field_2500:Lnet/minecraft/class_5676;
      named difficultyButton Lnet/minecraft/client/gui/screen/option/OptionsScreen;difficultyButton:Lnet/minecraft/client/gui/widget/CyclingButtonWidget;
    • lockDifficultyButton

      private LockButtonWidget lockDifficultyButton
      Mappings:
      Namespace Name Mixin selector
      official x Leos;x:Lelo;
      intermediary field_2503 Lnet/minecraft/class_429;field_2503:Lnet/minecraft/class_347;
      named lockDifficultyButton Lnet/minecraft/client/gui/screen/option/OptionsScreen;lockDifficultyButton:Lnet/minecraft/client/gui/widget/LockButtonWidget;
  • Constructor Details

    • OptionsScreen

      public OptionsScreen(Screen parent, GameOptions gameOptions)
      Mappings:
      Namespace Name Mixin selector
      official <init> Leos;<init>(Lepb;Lejj;)V
      intermediary <init> Lnet/minecraft/class_429;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_315;)V
      named <init> Lnet/minecraft/client/gui/screen/option/OptionsScreen;<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.

      Overrides:
      init in class Screen
      Mappings:
      Namespace Name Mixin selector
      official b Lepb;b()V
      intermediary method_25426 Lnet/minecraft/class_437;method_25426()V
      named init Lnet/minecraft/client/gui/screen/Screen;init()V
    • createTopRightButton

      private ClickableWidget createTopRightButton()
      Mappings:
      Namespace Name Mixin selector
      official i Leos;i()Lekw;
      intermediary method_47628 Lnet/minecraft/class_429;method_47628()Lnet/minecraft/class_339;
      named createTopRightButton Lnet/minecraft/client/gui/screen/option/OptionsScreen;createTopRightButton()Lnet/minecraft/client/gui/widget/ClickableWidget;
    • createDifficultyButtonWidget

      public static CyclingButtonWidget<Difficulty> createDifficultyButtonWidget(int x, int y, String translationKey, MinecraftClient client)
      Mappings:
      Namespace Name Mixin selector
      official a Leos;a(IILjava/lang/String;Lejf;)Lelf;
      intermediary method_39486 Lnet/minecraft/class_429;method_39486(IILjava/lang/String;Lnet/minecraft/class_310;)Lnet/minecraft/class_5676;
      named createDifficultyButtonWidget Lnet/minecraft/client/gui/screen/option/OptionsScreen;createDifficultyButtonWidget(IILjava/lang/String;Lnet/minecraft/client/MinecraftClient;)Lnet/minecraft/client/gui/widget/CyclingButtonWidget;
    • refreshResourcePacks

      private void refreshResourcePacks(ResourcePackManager resourcePackManager)
      Mappings:
      Namespace Name Mixin selector
      official a Leos;a(Lajp;)V
      intermediary method_29975 Lnet/minecraft/class_429;method_29975(Lnet/minecraft/class_3283;)V
      named refreshResourcePacks Lnet/minecraft/client/gui/screen/option/OptionsScreen;refreshResourcePacks(Lnet/minecraft/resource/ResourcePackManager;)V
    • lockDifficulty

      private void lockDifficulty(boolean difficultyLocked)
      Mappings:
      Namespace Name Mixin selector
      official c Leos;c(Z)V
      intermediary method_20374 Lnet/minecraft/class_429;method_20374(Z)V
      named lockDifficulty Lnet/minecraft/client/gui/screen/option/OptionsScreen;lockDifficulty(Z)V
    • removed

      public void removed()
      Overrides:
      removed in class Screen
      Mappings:
      Namespace Name Mixin selector
      official g Lepb;g()V
      intermediary method_25432 Lnet/minecraft/class_437;method_25432()V
      named removed Lnet/minecraft/client/gui/screen/Screen;removed()V
    • render

      public void render(MatrixStack matrices, int mouseX, int mouseY, float delta)
      Specified by:
      render in interface Drawable
      Overrides:
      render in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Lely;a(Leed;IIF)V
      intermediary method_25394 Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_4587;IIF)V
      named render Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/util/math/MatrixStack;IIF)V
    • createButton

      private ButtonWidget createButton(Text message, Supplier<Screen> screenSupplier)
      Mappings:
      Namespace Name Mixin selector
      official a Leos;a(Lss;Ljava/util/function/Supplier;)Leky;
      intermediary method_47625 Lnet/minecraft/class_429;method_47625(Lnet/minecraft/class_2561;Ljava/util/function/Supplier;)Lnet/minecraft/class_4185;
      named createButton Lnet/minecraft/client/gui/screen/option/OptionsScreen;createButton(Lnet/minecraft/text/Text;Ljava/util/function/Supplier;)Lnet/minecraft/client/gui/widget/ButtonWidget;