Class SimpleOptionsScreen

All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement
Direct Known Subclasses:
AccessibilityOptionsScreen, ChatOptionsScreen, OnlineOptionsScreen

@Environment(CLIENT) public abstract class SimpleOptionsScreen extends GameOptionsScreen
Mappings:
Namespace Name
official fdd
intermediary net/minecraft/class_5500
named net/minecraft/client/gui/screen/option/SimpleOptionsScreen
  • Field Details

    • options

      protected final SimpleOption<?>[] options
      Mappings:
      Namespace Name Mixin selector
      official c Lfdd;c:[Levl;
      intermediary field_26679 Lnet/minecraft/class_5500;field_26679:[Lnet/minecraft/class_7172;
      named options Lnet/minecraft/client/gui/screen/option/SimpleOptionsScreen;options:[Lnet/minecraft/client/option/SimpleOption;
    • narratorButton

      @Nullable private @Nullable ClickableWidget narratorButton
      Mappings:
      Namespace Name Mixin selector
      official l Lfdd;l:Lexe;
      intermediary field_26680 Lnet/minecraft/class_5500;field_26680:Lnet/minecraft/class_339;
      named narratorButton Lnet/minecraft/client/gui/screen/option/SimpleOptionsScreen;narratorButton:Lnet/minecraft/client/gui/widget/ClickableWidget;
    • buttonList

      protected OptionListWidget buttonList
      Mappings:
      Namespace Name Mixin selector
      official k Lfdd;k:Leyd;
      intermediary field_26681 Lnet/minecraft/class_5500;field_26681:Lnet/minecraft/class_353;
      named buttonList Lnet/minecraft/client/gui/screen/option/SimpleOptionsScreen;buttonList:Lnet/minecraft/client/gui/widget/OptionListWidget;
  • Constructor Details

    • SimpleOptionsScreen

      public SimpleOptionsScreen(Screen parent, GameOptions gameOptions, Text title, SimpleOption<?>[] options)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lfdd;<init>(Lfdb;Levm;Lvf;[Levl;)V
      intermediary <init> Lnet/minecraft/class_5500;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_315;Lnet/minecraft/class_2561;[Lnet/minecraft/class_7172;)V
      named <init> Lnet/minecraft/client/gui/screen/option/SimpleOptionsScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/option/GameOptions;Lnet/minecraft/text/Text;[Lnet/minecraft/client/option/SimpleOption;)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(net.minecraft.client.gui.Element) to set the element that is initially focused.

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

      protected void initFooter()
      Mappings:
      Namespace Name Mixin selector
      official i Lfdd;i()V
      intermediary method_31387 Lnet/minecraft/class_5500;method_31387()V
      named initFooter Lnet/minecraft/client/gui/screen/option/SimpleOptionsScreen;initFooter()V
    • render

      public void render(DrawContext context, int mouseX, int mouseY, float delta)
      Specified by:
      render in interface Drawable
      Overrides:
      render in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Leyj;a(Lewu;IIF)V
      intermediary method_25394 Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)V
      named render Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)V
    • renderBackground

      public void renderBackground(DrawContext context, int mouseX, int mouseY, float delta)
      Renders the background of this screen.

      If the client is in a world, renders the translucent background gradient. Otherwise renders the background texture.

      Overrides:
      renderBackground in class Screen
      Mappings:
      Namespace Name Mixin selector
      official b Lfdb;b(Lewu;IIF)V
      intermediary method_25420 Lnet/minecraft/class_437;method_25420(Lnet/minecraft/class_332;IIF)V
      named renderBackground Lnet/minecraft/client/gui/screen/Screen;renderBackground(Lnet/minecraft/client/gui/DrawContext;IIF)V
    • updateNarratorButtonText

      public void updateNarratorButtonText()
      Mappings:
      Namespace Name Mixin selector
      official n Lfdd;n()V
      intermediary method_31050 Lnet/minecraft/class_5500;method_31050()V
      named updateNarratorButtonText Lnet/minecraft/client/gui/screen/option/SimpleOptionsScreen;updateNarratorButtonText()V