Class GameOptionsScreen

All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement
Direct Known Subclasses:
ControlsOptionsScreen, KeybindsScreen, LanguageOptionsScreen, MouseOptionsScreen, SimpleOptionsScreen, SkinOptionsScreen, SoundOptionsScreen, VideoOptionsScreen

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

    • parent

      protected final Screen parent
      Mappings:
      Namespace Name Mixin selector
      official a Lety;a:Leug;
      intermediary field_21335 Lnet/minecraft/class_4667;field_21335:Lnet/minecraft/class_437;
      named parent Lnet/minecraft/client/gui/screen/option/GameOptionsScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
    • gameOptions

      protected final GameOptions gameOptions
      Mappings:
      Namespace Name Mixin selector
      official b Lety;b:Lenj;
      intermediary field_21336 Lnet/minecraft/class_4667;field_21336:Lnet/minecraft/class_315;
      named gameOptions Lnet/minecraft/client/gui/screen/option/GameOptionsScreen;gameOptions:Lnet/minecraft/client/option/GameOptions;
  • Constructor Details

    • GameOptionsScreen

      public GameOptionsScreen(Screen parent, GameOptions gameOptions, Text title)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lety;<init>(Leug;Lenj;Lsw;)V
      intermediary <init> Lnet/minecraft/class_4667;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_315;Lnet/minecraft/class_2561;)V
      named <init> Lnet/minecraft/client/gui/screen/option/GameOptionsScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/option/GameOptions;Lnet/minecraft/text/Text;)V
  • Method Details

    • removed

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

      public void close()
      Overrides:
      close in class Screen
      Mappings:
      Namespace Name Mixin selector
      official aw_ Leug;aw_()V
      intermediary method_25419 Lnet/minecraft/class_437;method_25419()V
      named close Lnet/minecraft/client/gui/screen/Screen;close()V
    • render

      protected void render(DrawContext context, OptionListWidget optionButtons, int mouseX, int mouseY, float tickDelta)
      Mappings:
      Namespace Name Mixin selector
      official a Lety;a(Leop;Lepu;IIF)V
      intermediary method_45626 Lnet/minecraft/class_4667;method_45626(Lnet/minecraft/class_332;Lnet/minecraft/class_353;IIF)V
      named render Lnet/minecraft/client/gui/screen/option/GameOptionsScreen;render(Lnet/minecraft/client/gui/DrawContext;Lnet/minecraft/client/gui/widget/OptionListWidget;IIF)V