KeyBindingHelper instead.@Deprecated public interface KeyBindingRegistry
KeyBinding| Modifier and Type | Field and Description |
|---|---|
static KeyBindingRegistry |
INSTANCE
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
addCategory(String categoryName)
Deprecated.
Add a new key binding category.
|
boolean |
register(FabricKeyBinding binding)
Deprecated.
Register a new key binding.
|
static final KeyBindingRegistry INSTANCE
boolean addCategory(String categoryName)
categoryName - The key binding category name.boolean register(FabricKeyBinding binding)
binding - The key binding.