Uses of Enum Class
net.minecraft.client.util.InputUtil.Type
Packages that use InputUtil.Type
-
Uses of InputUtil.Type in net.minecraft.client.option
Constructors in net.minecraft.client.option with parameters of type InputUtil.TypeModifierConstructorDescriptionKeyBinding
(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.TypeMethods in net.minecraft.client.util that return InputUtil.TypeModifier and TypeMethodDescriptionInputUtil.Key.getCategory()
static InputUtil.Type
Returns the enum constant of this class with the specified name.static InputUtil.Type[]
InputUtil.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.util with parameters of type InputUtil.TypeModifier and TypeMethodDescriptionprivate static void
InputUtil.Type.mapKey
(InputUtil.Type type, String translationKey, int keyCode) Constructors in net.minecraft.client.util with parameters of type InputUtil.TypeModifierConstructorDescription(package private)
Key
(String translationKey, InputUtil.Type type, int code)