Uses of Class
net.minecraft.client.util.InputUtil.Type
| Package | Description |
|---|---|
| net.minecraft.client.option | |
| net.minecraft.client.util |
-
Uses of InputUtil.Type in net.minecraft.client.option
Constructors in net.minecraft.client.option with parameters of type InputUtil.Type Constructor Description KeyBinding(String translationKey, InputUtil.Type type, int code, String category) -
Uses of InputUtil.Type in net.minecraft.client.util
Fields in net.minecraft.client.util declared as InputUtil.Type Modifier and Type Field Description private InputUtil.TypeInputUtil.Key. typeMethods in net.minecraft.client.util that return InputUtil.Type Modifier and Type Method Description InputUtil.TypeInputUtil.Key. getCategory()static InputUtil.TypeInputUtil.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static InputUtil.Type[]InputUtil.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.client.util with parameters of type InputUtil.Type Modifier and Type Method Description private static voidInputUtil.Type. mapKey(InputUtil.Type type, String translationKey, int keyCode)Constructors in net.minecraft.client.util with parameters of type InputUtil.Type Constructor Description Key(String translationKey, InputUtil.Type type, int code)