Class SystemKeycodes

java.lang.Object
net.minecraft.client.input.SystemKeycodes

@Environment(CLIENT) public class SystemKeycodes extends Object
Mappings:
Namespace Name
named net/minecraft/client/input/SystemKeycodes
intermediary net/minecraft/class_11906
official gtf
  • Field Details

    • IS_MAC_OS_IMPL

      private static final boolean IS_MAC_OS_IMPL
      Mappings:
      Namespace Name Mixin selector
      named IS_MAC_OS_IMPL Lnet/minecraft/client/input/SystemKeycodes;IS_MAC_OS_IMPL:Z
      intermediary field_62592 Lnet/minecraft/class_11906;field_62592:Z
      official g Lgtf;g:Z
    • IS_MAC_OS

      public static final boolean IS_MAC_OS
      Mappings:
      Namespace Name Mixin selector
      named IS_MAC_OS Lnet/minecraft/client/input/SystemKeycodes;IS_MAC_OS:Z
      intermediary field_62586 Lnet/minecraft/class_11906;field_62586:Z
      official a Lgtf;a:Z
    • LEFT_CTRL

      public static final int LEFT_CTRL
      Cmd on macOS; Ctrl on other platforms.
      Mappings:
      Namespace Name Mixin selector
      named LEFT_CTRL Lnet/minecraft/client/input/SystemKeycodes;LEFT_CTRL:I
      intermediary field_62587 Lnet/minecraft/class_11906;field_62587:I
      official b Lgtf;b:I
    • RIGHT_CTRL

      public static final int RIGHT_CTRL
      Mappings:
      Namespace Name Mixin selector
      named RIGHT_CTRL Lnet/minecraft/client/input/SystemKeycodes;RIGHT_CTRL:I
      intermediary field_62588 Lnet/minecraft/class_11906;field_62588:I
      official c Lgtf;c:I
    • CTRL_MOD

      public static final int CTRL_MOD
      Mappings:
      Namespace Name Mixin selector
      named CTRL_MOD Lnet/minecraft/client/input/SystemKeycodes;CTRL_MOD:I
      intermediary field_62589 Lnet/minecraft/class_11906;field_62589:I
      official d Lgtf;d:I
    • USE_LONG_LEFT_PRESS

      public static final boolean USE_LONG_LEFT_PRESS
      Mappings:
      Namespace Name Mixin selector
      named USE_LONG_LEFT_PRESS Lnet/minecraft/client/input/SystemKeycodes;USE_LONG_LEFT_PRESS:Z
      intermediary field_62590 Lnet/minecraft/class_11906;field_62590:Z
      official e Lgtf;e:Z
    • UPDATE_PRESSED_STATE_ON_MOUSE_GRAB

      public static final boolean UPDATE_PRESSED_STATE_ON_MOUSE_GRAB
      Mappings:
      Namespace Name Mixin selector
      named UPDATE_PRESSED_STATE_ON_MOUSE_GRAB Lnet/minecraft/client/input/SystemKeycodes;UPDATE_PRESSED_STATE_ON_MOUSE_GRAB:Z
      intermediary field_62591 Lnet/minecraft/class_11906;field_62591:Z
      official f Lgtf;f:Z
  • Constructor Details

    • SystemKeycodes

      public SystemKeycodes()