Class VideoOptionsScreen

All Implemented Interfaces:
IdentifibleBooleanConsumer

@Environment(CLIENT) public class VideoOptionsScreen extends Screen
Mappings:
Namespace Name
official bhw
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 Lbhw;i:[Lbeu$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 Lbhw;f:Lbho;
      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 Lbhw;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 Lbhw;g:Lbeu;
      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;
    • list

      private EntryListWidget list
      Mappings:
      Namespace Name Mixin selector
      official h Lbhw;h:Lbfy;
      intermediary field_7785 Lnet/minecraft/class_398;field_7785:Lnet/minecraft/class_1802;
      named list Lnet/minecraft/client/gui/screen/VideoOptionsScreen;list:Lnet/minecraft/client/gui/widget/EntryListWidget;
  • Constructor Details

    • VideoOptionsScreen

      public VideoOptionsScreen(Screen parent, GameOptions options)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbhw;<init>(Lbho;Lbeu;)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

    • init

      public void init()
      Overrides:
      init in class Screen
      Mappings:
      Namespace Name Mixin selector
      official b Lbho;b()V
      intermediary method_1044 Lnet/minecraft/class_388;method_1044()V
      named init Lnet/minecraft/client/gui/screen/Screen;init()V
    • handleMouse

      public void handleMouse()
      Overrides:
      handleMouse in class Screen
      Mappings:
      Namespace Name Mixin selector
      official k Lbho;k()V
      intermediary method_1035 Lnet/minecraft/class_388;method_1035()V
      named handleMouse Lnet/minecraft/client/gui/screen/Screen;handleMouse()V
    • keyPressed

      protected void keyPressed(char character, int code)
      Overrides:
      keyPressed in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Lbho;a(CI)V
      intermediary method_1024 Lnet/minecraft/class_388;method_1024(CI)V
      named keyPressed Lnet/minecraft/client/gui/screen/Screen;keyPressed(CI)V
    • buttonClicked

      protected void buttonClicked(ButtonWidget button)
      Overrides:
      buttonClicked in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Lbho;a(Lbfm;)V
      intermediary method_1027 Lnet/minecraft/class_388;method_1027(Lnet/minecraft/class_356;)V
      named buttonClicked Lnet/minecraft/client/gui/screen/Screen;buttonClicked(Lnet/minecraft/client/gui/widget/ButtonWidget;)V
    • mouseClicked

      protected void mouseClicked(int mouseX, int mouseY, int button)
      Overrides:
      mouseClicked in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Lbho;a(III)V
      intermediary method_1026 Lnet/minecraft/class_388;method_1026(III)V
      named mouseClicked Lnet/minecraft/client/gui/screen/Screen;mouseClicked(III)V
    • mouseReleased

      protected void mouseReleased(int mouseX, int mouseY, int button)
      Overrides:
      mouseReleased in class Screen
      Mappings:
      Namespace Name Mixin selector
      official b Lbho;b(III)V
      intermediary method_1032 Lnet/minecraft/class_388;method_1032(III)V
      named mouseReleased Lnet/minecraft/client/gui/screen/Screen;mouseReleased(III)V
    • render

      public void render(int mouseX, int mouseY, float tickDelta)
      Overrides:
      render in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Lbho;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