Class VideoOptionsScreen

All Implemented Interfaces:
class_4122, class_4123, IdentifibleBooleanConsumer

@Environment(CLIENT) public class VideoOptionsScreen extends Screen
Mappings:
Namespace Name
official ckj
intermediary net/minecraft/class_398
named net/minecraft/client/gui/screen/VideoOptionsScreen
  • Field Details

    • OPTIONS

      private static final GameOptions.Option[] OPTIONS
      Mappings:
      Namespace Name Mixin selector
      official i Lckj;i:[Lcfw$a;
      intermediary field_1298 Lnet/minecraft/class_398;field_1298:[Lnet/minecraft/class_347$class_350;
      named OPTIONS Lnet/minecraft/client/gui/screen/VideoOptionsScreen;OPTIONS:[Lnet/minecraft/client/options/GameOptions$Option;
    • parent

      private final Screen parent
      Mappings:
      Namespace Name Mixin selector
      official f Lckj;f:Lckd;
      intermediary field_1295 Lnet/minecraft/class_398;field_1295:Lnet/minecraft/class_388;
      named parent Lnet/minecraft/client/gui/screen/VideoOptionsScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
    • title

      protected String title
      Mappings:
      Namespace Name Mixin selector
      official a Lckj;a:Ljava/lang/String;
      intermediary field_1294 Lnet/minecraft/class_398;field_1294:Ljava/lang/String;
      named title Lnet/minecraft/client/gui/screen/VideoOptionsScreen;title:Ljava/lang/String;
    • options

      private final GameOptions options
      Mappings:
      Namespace Name Mixin selector
      official g Lckj;g:Lcfw;
      intermediary field_7784 Lnet/minecraft/class_398;field_7784:Lnet/minecraft/class_347;
      named options Lnet/minecraft/client/gui/screen/VideoOptionsScreen;options:Lnet/minecraft/client/options/GameOptions;
    • field_20330

      private OptionPairWidget field_20330
      Mappings:
      Namespace Name Mixin selector
      official h Lckj;h:Lchi;
      intermediary field_20330 Lnet/minecraft/class_398;field_20330:Lnet/minecraft/class_1804;
      named field_20330 Lnet/minecraft/client/gui/screen/VideoOptionsScreen;field_20330:Lnet/minecraft/client/gui/widget/OptionPairWidget;
  • Constructor Details

    • VideoOptionsScreen

      public VideoOptionsScreen(Screen parent, GameOptions options)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lckj;<init>(Lckd;Lcfw;)V
      intermediary <init> Lnet/minecraft/class_398;<init>(Lnet/minecraft/class_388;Lnet/minecraft/class_347;)V
      named <init> Lnet/minecraft/client/gui/screen/VideoOptionsScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/options/GameOptions;)V
  • Method Details

    • getFocused

      @Nullable public class_4122 getFocused()
      Specified by:
      getFocused in interface class_4123
      Overrides:
      getFocused in class class_4121
      Mappings:
      Namespace Name Mixin selector
      official getFocused Lchs;getFocused()Lchr;
      intermediary getFocused Lnet/minecraft/class_4123;getFocused()Lnet/minecraft/class_4122;
      named getFocused Lnet/minecraft/class_4123;getFocused()Lnet/minecraft/class_4122;
    • init

      protected void init()
      Overrides:
      init in class Screen
      Mappings:
      Namespace Name Mixin selector
      official c Lckd;c()V
      intermediary method_1044 Lnet/minecraft/class_388;method_1044()V
      named init Lnet/minecraft/client/gui/screen/Screen;init()V
    • method_18608

      public void method_18608()
      Overrides:
      method_18608 in class Screen
      Mappings:
      Namespace Name Mixin selector
      official g Lckd;g()V
      intermediary method_18608 Lnet/minecraft/class_388;method_18608()V
      named method_18608 Lnet/minecraft/client/gui/screen/Screen;method_18608()V
    • mouseClicked

      public boolean mouseClicked(double double2, double double3, int int2)
      Specified by:
      mouseClicked in interface class_4122
      Specified by:
      mouseClicked in interface class_4123
      Overrides:
      mouseClicked in class class_4121
      Mappings:
      Namespace Name Mixin selector
      official mouseClicked Lchr;mouseClicked(DDI)Z
      intermediary mouseClicked Lnet/minecraft/class_4122;mouseClicked(DDI)Z
      named mouseClicked Lnet/minecraft/class_4122;mouseClicked(DDI)Z
    • mouseReleased

      public boolean mouseReleased(double double2, double double3, int int2)
      Specified by:
      mouseReleased in interface class_4122
      Specified by:
      mouseReleased in interface class_4123
      Overrides:
      mouseReleased in class class_4121
      Mappings:
      Namespace Name Mixin selector
      official mouseReleased Lchr;mouseReleased(DDI)Z
      intermediary mouseReleased Lnet/minecraft/class_4122;mouseReleased(DDI)Z
      named mouseReleased Lnet/minecraft/class_4122;mouseReleased(DDI)Z
    • render

      public void render(int mouseX, int mouseY, float tickDelta)
      Overrides:
      render in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Lckd;a(IIF)V
      intermediary method_1025 Lnet/minecraft/class_388;method_1025(IIF)V
      named render Lnet/minecraft/client/gui/screen/Screen;render(IIF)V