Uses of Record Class
net.minecraft.client.option.KeyBinding.Category
Packages that use KeyBinding.Category
-
Uses of KeyBinding.Category in net.minecraft.client.gui.screen.option
Constructors in net.minecraft.client.gui.screen.option with parameters of type KeyBinding.Category -
Uses of KeyBinding.Category in net.minecraft.client.option
Fields in net.minecraft.client.option declared as KeyBinding.CategoryModifier and TypeFieldDescriptionprivate final KeyBinding.CategoryKeyBinding.categorystatic final KeyBinding.CategoryKeyBinding.Category.CREATIVEstatic final KeyBinding.CategoryKeyBinding.Category.GAMEPLAYstatic final KeyBinding.CategoryKeyBinding.Category.INVENTORYstatic final KeyBinding.CategoryKeyBinding.Category.MISCstatic final KeyBinding.CategoryKeyBinding.Category.MOVEMENTstatic final KeyBinding.CategoryKeyBinding.Category.MULTIPLAYERstatic final KeyBinding.CategoryKeyBinding.Category.SPECTATORFields in net.minecraft.client.option with type parameters of type KeyBinding.CategoryModifier and TypeFieldDescription(package private) static final List<KeyBinding.Category> KeyBinding.Category.CATEGORIESMethods in net.minecraft.client.option that return KeyBinding.CategoryModifier and TypeMethodDescriptionprivate static KeyBinding.Categorystatic KeyBinding.CategoryKeyBinding.Category.create(Identifier id) KeyBinding.getCategory()Constructors in net.minecraft.client.option with parameters of type KeyBinding.CategoryModifierConstructorDescriptionKeyBinding(String id, int code, KeyBinding.Category category) KeyBinding(String id, InputUtil.Type type, int code, KeyBinding.Category category) StickyKeyBinding(String id, int code, KeyBinding.Category category, BooleanSupplier toggleGetter, boolean restore) StickyKeyBinding(String id, InputUtil.Type type, int code, KeyBinding.Category category, BooleanSupplier toggleGetter, boolean restore)