Uses of Enum Class
net.minecraft.client.option.KeyBinding.Category
Packages that use KeyBinding.Category
-
Uses of KeyBinding.Category in net.minecraft.client.option
Fields in net.minecraft.client.option declared as KeyBinding.CategoryMethods in net.minecraft.client.option that return KeyBinding.CategoryModifier and TypeMethodDescriptionKeyBinding.getCategory()static KeyBinding.CategoryReturns the enum constant of this class with the specified name.static KeyBinding.Category[]KeyBinding.Category.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.client.option with parameters of type KeyBinding.CategoryModifierConstructorDescriptionKeyBinding(String translationKey, int code, KeyBinding.Category category) KeyBinding(String translationKey, InputUtil.Type type, int code, KeyBinding.Category category) StickyKeyBinding(String id, int code, KeyBinding.Category category, BooleanSupplier toggleGetter) StickyKeyBinding(String string, InputUtil.Type type, int int2, KeyBinding.Category category, BooleanSupplier booleanSupplier)