KeyBindingRegistry

public interface KeyBindingRegistry

Interface for registering key bindings.

Deprecated

Please migrate to v1. Please use KeyBindingHelper instead.

See also

net.minecraft.client.option.KeyBinding

Functions

addCategory
Link copied to clipboard
abstract boolean addCategory(String categoryName)
Add a new key binding category.
register
Link copied to clipboard
abstract boolean register(FabricKeyBinding binding)
Register a new key binding.

Sources

jvm source
Link copied to clipboard