Interface KeyBindingRegistry
Deprecated.
Interface for registering key bindings.
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanaddCategory(String categoryName) Deprecated.Add a new key binding category.booleanregister(FabricKeyBinding binding) Deprecated.Register a new key binding.
-
Field Details
-
INSTANCE
Deprecated.
-
-
Method Details
-
addCategory
Deprecated.Add a new key binding category.- Parameters:
categoryName- The key binding category name.- Returns:
- True if a new category was added.
-
register
Deprecated.Register a new key binding.- Parameters:
binding- The key binding.- Returns:
- True if a new key binding was registered.
-
KeyBindingHelperinstead.