Class VideoOptionsScreen

All Implemented Interfaces:
IdentifibleBooleanConsumer

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

    • field_1298

      private static final GameOption[] field_1298
      Mappings:
      Namespace Name Mixin selector
      official i Lbxr;i:[Lbtr;
      intermediary field_1298 Lnet/minecraft/class_398;field_1298:[Lnet/minecraft/class_350;
      named field_1298 Lnet/minecraft/client/gui/screen/VideoOptionsScreen;field_1298:[Lnet/minecraft/client/options/GameOption;
    • parent

      private Screen parent
      Mappings:
      Namespace Name Mixin selector
      official f Lbxr;f:Lbxf;
      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 Lbxr;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 GameOptions options
      Mappings:
      Namespace Name Mixin selector
      official g Lbxr;g:Lbto;
      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 Lbxr;h:Lbuu;
      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> Lbxr;<init>(Lbxf;Lbto;)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 Lbxf;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 Lbxf;k()V
      intermediary method_1035 Lnet/minecraft/class_388;method_1035()V
      named handleMouse Lnet/minecraft/client/gui/screen/Screen;handleMouse()V
    • buttonClicked

      protected void buttonClicked(ButtonWidget button)
      Overrides:
      buttonClicked in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Lbxf;a(Lbug;)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 Lbxf;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 Lbxf;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 Lbxf;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