Class ControlsOptionsScreen

All Implemented Interfaces:
Drawable, Element, ParentElement

@Environment(CLIENT) public class ControlsOptionsScreen extends GameOptionsScreen
Mappings:
Namespace Name
official ebh
intermediary net/minecraft/class_458
named net/minecraft/client/gui/screen/option/ControlsOptionsScreen
  • Field Details

    • focusedBinding

      public KeyBinding focusedBinding
      Mappings:
      Namespace Name Mixin selector
      official c Lebh;c:Ldvl;
      intermediary field_2727 Lnet/minecraft/class_458;field_2727:Lnet/minecraft/class_304;
      named focusedBinding Lnet/minecraft/client/gui/screen/option/ControlsOptionsScreen;focusedBinding:Lnet/minecraft/client/option/KeyBinding;
    • time

      public long time
      Mappings:
      Namespace Name Mixin selector
      official n Lebh;n:J
      intermediary field_2723 Lnet/minecraft/class_458;field_2723:J
      named time Lnet/minecraft/client/gui/screen/option/ControlsOptionsScreen;time:J
    • keyBindingListWidget

      private ControlsListWidget keyBindingListWidget
      Mappings:
      Namespace Name Mixin selector
      official o Lebh;o:Lebg;
      intermediary field_2728 Lnet/minecraft/class_458;field_2728:Lnet/minecraft/class_459;
      named keyBindingListWidget Lnet/minecraft/client/gui/screen/option/ControlsOptionsScreen;keyBindingListWidget:Lnet/minecraft/client/gui/screen/option/ControlsListWidget;
    • resetButton

      private ButtonWidget resetButton
      Mappings:
      Namespace Name Mixin selector
      official p Lebh;p:Ldwz;
      intermediary field_2725 Lnet/minecraft/class_458;field_2725:Lnet/minecraft/class_4185;
      named resetButton Lnet/minecraft/client/gui/screen/option/ControlsOptionsScreen;resetButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
  • Constructor Details

    • ControlsOptionsScreen

      public ControlsOptionsScreen(Screen parent, GameOptions options)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lebh;<init>(Leap;Ldvs;)V
      intermediary <init> Lnet/minecraft/class_458;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_315;)V
      named <init> Lnet/minecraft/client/gui/screen/option/ControlsOptionsScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/option/GameOptions;)V
  • Method Details

    • init

      protected void init()
      Called when a screen should be initialized.

      This method is called when this screen is opened or resized.

      Overrides:
      init in class Screen
      Mappings:
      Namespace Name Mixin selector
      official b Leap;b()V
      intermediary method_25426 Lnet/minecraft/class_437;method_25426()V
      named init Lnet/minecraft/client/gui/screen/Screen;init()V
    • mouseClicked

      public boolean mouseClicked(double mouseX, double mouseY, int button)
      Callback for when a mouse button down event has been captured. The button number is identified by the constants in GLFW class.
      Parameters:
      mouseX - the X coordinate of the mouse
      mouseY - the Y coordinate of the mouse
      button - the mouse button number
      Returns:
      true to indicate that the event handling is successful/valid
      See Also:
      Mouse.onMouseButton(long, int, int, int), GLFW.GLFW_MOUSE_BUTTON_1
      Mappings:
      Namespace Name Mixin selector
      official a Ldxx;a(DDI)Z
      intermediary method_25402 Lnet/minecraft/class_364;method_25402(DDI)Z
      named mouseClicked Lnet/minecraft/client/gui/Element;mouseClicked(DDI)Z
    • keyPressed

      public boolean keyPressed(int keyCode, int scanCode, int modifiers)
      Callback for when a key down event has been captured. The key code is identified by the constants in GLFW class.
      Specified by:
      keyPressed in interface Element
      Specified by:
      keyPressed in interface ParentElement
      Overrides:
      keyPressed in class Screen
      Parameters:
      keyCode - the named key code of the event as described in the GLFW class
      scanCode - the unique/platform-specific scan code of the keyboard input
      modifiers - a GLFW bitfield describing the modifier keys that are held down (see GLFW Modifier key flags)
      Returns:
      true to indicate that the event handling is successful/valid
      See Also:
      Keyboard.onKey(long, int, int, int, int), GLFW.GLFW_KEY_Q, GLFWKeyCallbackI.invoke(long, int, int, int, int)
      Mappings:
      Namespace Name Mixin selector
      official a Ldxx;a(III)Z
      intermediary method_25404 Lnet/minecraft/class_364;method_25404(III)Z
      named keyPressed Lnet/minecraft/client/gui/Element;keyPressed(III)Z
    • render

      public void render(MatrixStack matrices, int mouseX, int mouseY, float delta)
      Specified by:
      render in interface Drawable
      Overrides:
      render in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Ldxu;a(Ldqk;IIF)V
      intermediary method_25394 Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_4587;IIF)V
      named render Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/util/math/MatrixStack;IIF)V