Uses of Class
net.minecraft.client.util.InputUtil.Key
Package | Description |
---|---|
net.minecraft.client.option | |
net.minecraft.client.util |
-
Uses of InputUtil.Key in net.minecraft.client.option
Fields in net.minecraft.client.option declared as InputUtil.Key Modifier and Type Field Description private InputUtil.Key
KeyBinding. boundKey
private InputUtil.Key
KeyBinding. defaultKey
Fields in net.minecraft.client.option with type parameters of type InputUtil.Key Modifier and Type Field Description private static Map<InputUtil.Key,KeyBinding>
KeyBinding. keyToBindings
Methods in net.minecraft.client.option that return InputUtil.Key Modifier and Type Method Description InputUtil.Key
KeyBinding. getDefaultKey()
Methods in net.minecraft.client.option with parameters of type InputUtil.Key Modifier and Type Method Description static 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
Fields in net.minecraft.client.util declared as InputUtil.Key Modifier and Type Field Description static InputUtil.Key
InputUtil. UNKNOWN_KEY
Fields in net.minecraft.client.util with type parameters of type InputUtil.Key Modifier and Type Field Description private static Map<String,InputUtil.Key>
InputUtil.Key. KEYS
private Int2ObjectMap<InputUtil.Key>
InputUtil.Type. map
Methods in net.minecraft.client.util that return InputUtil.Key Modifier and Type Method Description InputUtil.Key
InputUtil.Type. createFromCode(int code)
static InputUtil.Key
InputUtil. fromKeyCode(int keyCode, int scanCode)
static InputUtil.Key
InputUtil. fromTranslationKey(String translationKey)