Uses of Class
net.minecraft.client.option.KeyBinding
Packages that use KeyBinding
Package
Description
-
Uses of KeyBinding in net.minecraft.client.gui.screen.option
Fields in net.minecraft.client.gui.screen.option declared as KeyBindingModifier and TypeFieldDescriptionprivate final KeyBindingControlsListWidget.KeyBindingEntry.bindingKeybindsScreen.selectedKeyBindingConstructors in net.minecraft.client.gui.screen.option with parameters of type KeyBindingModifierConstructorDescription(package private)KeyBindingEntry(KeyBinding binding, Text bindingName) -
Uses of KeyBinding in net.minecraft.client.option
Subclasses of KeyBinding in net.minecraft.client.optionFields in net.minecraft.client.option declared as KeyBindingModifier and TypeFieldDescriptionfinal KeyBindingGameOptions.advancementsKeyA key binding for opening the advancements screen.final KeyBinding[]GameOptions.allKeysAn array of all key bindings.final KeyBindingGameOptions.attackKeyA key binding for attacking an entity or breaking a block.final KeyBindingGameOptions.backKeyA key binding for moving backward.final KeyBindingGameOptions.chatKeyA key binding for opening the chat screen.final KeyBindingGameOptions.commandKeyA key binding for opening the chat screen with the/already typed.final KeyBindingGameOptions.dropKeyA key binding for dropping the item in the selected slot.final KeyBindingGameOptions.forwardKeyA key binding for moving forward.final KeyBindingGameOptions.fullscreenKeyA key binding for toggling fullscreen.final KeyBinding[]GameOptions.hotbarKeysKey bindings for selecting hotbar slots.final KeyBindingGameOptions.inventoryKeyA key binding for opening the inventory screen.final KeyBindingGameOptions.jumpKeyA key binding for jumping.final KeyBindingGameOptions.leftKeyA key binding for moving left.final KeyBindingGameOptions.loadToolbarActivatorKeyA key binding for loading the hotbar items in creative mode.final KeyBindingGameOptions.pickItemKeyA key binding for holding an item corresponding to the entity orthe player is looking at.invalid reference
block
final KeyBindingGameOptions.playerListKeyA key binding for displaying the player list.final KeyBindingGameOptions.rightKeyA key binding for moving right.final KeyBindingGameOptions.saveToolbarActivatorKeyA key binding for saving the hotbar items in creative mode.final KeyBindingGameOptions.screenshotKeyA key binding for taking a screenshot.final KeyBindingGameOptions.smoothCameraKeyA key binding for toggling smooth camera.final KeyBindingGameOptions.sneakKeyA key binding for sneaking.final KeyBindingGameOptions.socialInteractionsKeyA key binding for opening the social interactions screen.final KeyBindingGameOptions.spectatorOutlinesKeyA key binding for highlighting players in spectator mode.final KeyBindingGameOptions.sprintKeyA key binding for sprinting.final KeyBindingGameOptions.swapHandsKeyA key binding for swapping the items in the selected slot and the off hand.final KeyBindingGameOptions.togglePerspectiveKeyA key binding for toggling perspective.final KeyBindingGameOptions.useKeyA key binding for using an item, such as placing a block.Fields in net.minecraft.client.option with type parameters of type KeyBindingModifier and TypeFieldDescriptionprivate static final Map<InputUtil.Key, KeyBinding> KeyBinding.KEY_TO_BINDINGSprivate static final Map<String, KeyBinding> KeyBinding.KEYS_BY_IDMethods in net.minecraft.client.option that return KeyBindingMethods in net.minecraft.client.option with parameters of type KeyBindingModifier and TypeMethodDescriptionintKeyBinding.compareTo(KeyBinding keyBinding) booleanKeyBinding.equals(KeyBinding other) -
Uses of KeyBinding in net.minecraft.client.render.item.property.bool
Fields in net.minecraft.client.render.item.property.bool declared as KeyBindingModifier and TypeFieldDescriptionprivate final KeyBindingKeybindDownProperty.keybindThe field for thekeybindrecord component.Fields in net.minecraft.client.render.item.property.bool with type parameters of type KeyBindingModifier and TypeFieldDescriptionprivate static final com.mojang.serialization.Codec<KeyBinding> KeybindDownProperty.KEY_BINDING_CODECMethods in net.minecraft.client.render.item.property.bool that return KeyBindingModifier and TypeMethodDescriptionKeybindDownProperty.keybind()Returns the value of thekeybindrecord component.Constructors in net.minecraft.client.render.item.property.bool with parameters of type KeyBinding