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 ekb
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 Lekb;a:Lekj;
      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 Lekb;b:Leez;
      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> Lekb;<init>(Lekj;Leez;Lrm;)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 e Lekj;e()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 ah_ Lekj;ah_()V
      intermediary method_25419 Lnet/minecraft/class_437;method_25419()V
      named close Lnet/minecraft/client/gui/screen/Screen;close()V
    • getHoveredButtonTooltip

      public static List<OrderedText> getHoveredButtonTooltip(ButtonListWidget buttonList, int mouseX, int mouseY)
      Mappings:
      Namespace Name Mixin selector
      official a Lekb;a(Lehg;II)Ljava/util/List;
      intermediary method_31048 Lnet/minecraft/class_4667;method_31048(Lnet/minecraft/class_353;II)Ljava/util/List;
      named getHoveredButtonTooltip Lnet/minecraft/client/gui/screen/option/GameOptionsScreen;getHoveredButtonTooltip(Lnet/minecraft/client/gui/widget/ButtonListWidget;II)Ljava/util/List;