Class GameOptionsScreen

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

@Environment(CLIENT) public class GameOptionsScreen extends Screen
Mappings:
Namespace Name
official eot
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 Leot;a:Lepb;
      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 Leot;b:Lejj;
      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> Leot;<init>(Lepb;Lejj;Lss;)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 g Lepb;g()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 aj_ Lepb;aj_()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(MatrixStack matrices, ButtonListWidget optionButtons, int mouseX, int mouseY, float tickDelta)
      Mappings:
      Namespace Name Mixin selector
      official a Leot;a(Leed;Lelu;IIF)V
      intermediary method_45626 Lnet/minecraft/class_4667;method_45626(Lnet/minecraft/class_4587;Lnet/minecraft/class_353;IIF)V
      named render Lnet/minecraft/client/gui/screen/option/GameOptionsScreen;render(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/gui/widget/ButtonListWidget;IIF)V