Interface KeyBindingRegistry
Deprecated.
Interface for registering key bindings.
- See Also:
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionbooleanaddCategory(String categoryName) Deprecated.Add a new key binding category.booleanregister(FabricKeyBinding binding) Deprecated.Register a new key binding.
- 
Field Details- 
INSTANCEDeprecated.
 
- 
- 
Method Details- 
addCategoryDeprecated.Add a new key binding category.- Parameters:
- categoryName- The key binding category name.
- Returns:
- True if a new category was added.
 
- 
registerDeprecated.Register a new key binding.- Parameters:
- binding- The key binding.
- Returns:
- True if a new key binding was registered.
 
 
- 
KeyBindingHelperinstead.