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 gwj
  • 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 e Lgwj;e: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 Lgwj;a:Z
    • 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 b Lgwj;b: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 c Lgwj;c: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 d Lgwj;d:Z
  • Constructor Details

    • SystemKeycodes

      public SystemKeycodes()