Uses of Class
net.minecraft.client.util.InputUtil.Key
-
Uses of InputUtil.Key in net.minecraft.client.option
Modifier and TypeFieldDescriptionprivate InputUtil.Key
KeyBinding.boundKey
private final InputUtil.Key
KeyBinding.defaultKey
Modifier and TypeFieldDescriptionprivate static final Map<InputUtil.Key,
KeyBinding> KeyBinding.KEY_TO_BINDINGS
Modifier and TypeMethodDescriptionstatic void
KeyBinding.onKeyPressed
(InputUtil.Key key) void
KeyBinding.setBoundKey
(InputUtil.Key boundKey) void
GameOptions.setKeyCode
(KeyBinding key, InputUtil.Key code) static void
KeyBinding.setKeyPressed
(InputUtil.Key key, boolean pressed) -
Uses of InputUtil.Key in net.minecraft.client.util
Modifier and TypeFieldDescription(package private) static final Map<String,
InputUtil.Key> InputUtil.Key.KEYS
private final Int2ObjectMap<InputUtil.Key>
InputUtil.Type.map
Modifier and TypeMethodDescriptionInputUtil.Type.createFromCode
(int code) static InputUtil.Key
InputUtil.fromKeyCode
(int keyCode, int scanCode) static InputUtil.Key
InputUtil.fromTranslationKey
(String translationKey)