Class FabricKeyBinding
java.lang.Object
net.minecraft.client.option.KeyBinding
net.fabricmc.fabric.api.client.keybinding.FabricKeyBinding
- All Implemented Interfaces:
Comparable<net.minecraft.client.option.KeyBinding>
Deprecated.
Expanded version of
KeyBinding
for use by Fabric mods.
*ALL* instantiated FabricKeyBindings should be registered in
KeyBindingRegistry.register(FabricKeyBinding)
!
-
Nested Class Summary
-
Field Summary
Fields inherited from class net.minecraft.client.option.KeyBinding
CREATIVE_CATEGORY, GAMEPLAY_CATEGORY, INVENTORY_CATEGORY, MISC_CATEGORY, MOVEMENT_CATEGORY, MULTIPLAYER_CATEGORY, UI_CATEGORY
-
Constructor Summary
ModifierConstructorDescriptionprotected
FabricKeyBinding
(net.minecraft.util.Identifier id, net.minecraft.client.util.InputUtil.Type type, int code, String category) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.client.util.InputUtil.Key
Deprecated.Methods inherited from class net.minecraft.client.option.KeyBinding
compareTo, equals, getBoundKeyLocalizedText, getBoundKeyTranslationKey, getCategory, getDefaultKey, getLocalizedName, getTranslationKey, isDefault, isPressed, isUnbound, matchesKey, matchesMouse, onKeyPressed, setBoundKey, setKeyPressed, setPressed, unpressAll, updateKeysByCode, updatePressedStates, wasPressed
-
Constructor Details
-
FabricKeyBinding
protected FabricKeyBinding(net.minecraft.util.Identifier id, net.minecraft.client.util.InputUtil.Type type, int code, String category) Deprecated.
-
-
Method Details
-
getBoundKey
Deprecated.Returns the configured KeyCode assigned to the KeyBinding from the player's settings.- Returns:
- configured KeyCode
-
KeyBindingHelper.registerKeyBinding(KeyBinding)
instead.