Uses of Enum Class
net.minecraft.client.option.KeyBinding.class_11900
Packages that use KeyBinding.class_11900
-
Uses of KeyBinding.class_11900 in net.minecraft.client.option
Fields in net.minecraft.client.option declared as KeyBinding.class_11900Methods in net.minecraft.client.option that return KeyBinding.class_11900Modifier and TypeMethodDescriptionKeyBinding.getCategory()static KeyBinding.class_11900Returns the enum constant of this class with the specified name.static KeyBinding.class_11900[]KeyBinding.class_11900.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.class_11900ModifierConstructorDescriptionKeyBinding(String translationKey, int code, KeyBinding.class_11900 class_11900) KeyBinding(String translationKey, InputUtil.Type type, int code, KeyBinding.class_11900 class_11900) StickyKeyBinding(String id, int code, KeyBinding.class_11900 class_11900, BooleanSupplier toggleGetter) StickyKeyBinding(String string, InputUtil.Type type, int int2, KeyBinding.class_11900 class_11900, BooleanSupplier booleanSupplier)