Class OptionsScreen


@Environment(CLIENT) public class OptionsScreen extends Screen
Mappings:
Namespace Name
intermediary net/minecraft/class_635
glue class_98
server net/minecraft/class_635
client co
named net/minecraft/client/gui/screen/option/OptionsScreen
  • Field Details

    • field_2764

      private static Option[] field_2764
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2764 Lnet/minecraft/class_635;field_2764:[Lnet/minecraft/class_271;
      glue field_238 Lclass_98;field_238:[Lclass_295;
      server field_2764 Lnet/minecraft/class_635;field_2764:[Lnet/minecraft/class_271;
      client l Lco;l:[Lht;
      named field_2764 Lnet/minecraft/client/gui/screen/option/OptionsScreen;field_2764:[Lnet/minecraft/client/option/Option;
    • parent

      private Screen parent
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2762 Lnet/minecraft/class_635;field_2762:Lnet/minecraft/class_32;
      glue field_236 Lclass_98;field_236:Lclass_117;
      server field_2762 Lnet/minecraft/class_635;field_2762:Lnet/minecraft/class_32;
      client i Lco;i:Lda;
      named parent Lnet/minecraft/client/gui/screen/option/OptionsScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
    • title

      protected String title
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2761 Lnet/minecraft/class_635;field_2761:Ljava/lang/String;
      glue field_235 Lclass_98;field_235:Ljava/lang/String;
      server field_2761 Lnet/minecraft/class_635;field_2761:Ljava/lang/String;
      client a Lco;a:Ljava/lang/String;
      named title Lnet/minecraft/client/gui/screen/option/OptionsScreen;title:Ljava/lang/String;
    • options

      private GameOptions options
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2763 Lnet/minecraft/class_635;field_2763:Lnet/minecraft/class_322;
      glue field_237 Lclass_98;field_237:Lclass_419;
      server field_2763 Lnet/minecraft/class_635;field_2763:Lnet/minecraft/class_322;
      client j Lco;j:Lkv;
      named options Lnet/minecraft/client/gui/screen/option/OptionsScreen;options:Lnet/minecraft/client/option/GameOptions;
  • Constructor Details

    • OptionsScreen

      public OptionsScreen(Screen parent, GameOptions options)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_635;<init>(Lnet/minecraft/class_32;Lnet/minecraft/class_322;)V
      glue <init> Lclass_98;<init>(Lclass_117;Lclass_419;)V
      server <init> Lnet/minecraft/class_635;<init>(Lnet/minecraft/class_32;Lnet/minecraft/class_322;)V
      client <init> Lco;<init>(Lda;Lkv;)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

      public void init()
      Overrides:
      init in class Screen
      Mappings:
      Namespace Name Mixin selector
      intermediary method_119 Lnet/minecraft/class_32;method_119()V
      glue method_252 Lclass_117;method_252()V
      server method_119 Lnet/minecraft/class_32;method_119()V
      client b Lda;b()V
      named init Lnet/minecraft/client/gui/screen/Screen;init()V
    • buttonClicked

      protected void buttonClicked(ButtonWidget button)
      Overrides:
      buttonClicked in class Screen
      Mappings:
      Namespace Name Mixin selector
      intermediary method_120 Lnet/minecraft/class_32;method_120(Lnet/minecraft/class_33;)V
      glue method_257 Lclass_117;method_257(Lclass_389;)V
      server method_120 Lnet/minecraft/class_32;method_120(Lnet/minecraft/class_33;)V
      client a Lda;a(Lke;)V
      named buttonClicked Lnet/minecraft/client/gui/screen/Screen;buttonClicked(Lnet/minecraft/client/gui/widget/ButtonWidget;)V
    • render

      public void render(int mouseX, int mouseY, float delta)
      Overrides:
      render in class Screen
      Mappings:
      Namespace Name Mixin selector
      intermediary method_118 Lnet/minecraft/class_32;method_118(IIF)V
      glue method_251 Lclass_117;method_251(IIF)V
      server method_118 Lnet/minecraft/class_32;method_118(IIF)V
      client a Lda;a(IIF)V
      named render Lnet/minecraft/client/gui/screen/Screen;render(IIF)V