Uses of Enum
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.TypeReturns 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.TypeModifier and TypeMethodDescriptionprivate static voidInputUtil.Type.mapKey(InputUtil.Type type, String translationKey, int keyCode)Constructors in net.minecraft.client.util with parameters of type InputUtil.Type