Uses of Class
net.minecraft.client.option.KeyBinding
Packages that use KeyBinding
-
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.keyAdvancementsA key binding for opening the advancements screen.final KeyBindingGameOptions.keyAttackA key binding for attacking an entity or breaking a block.final KeyBindingGameOptions.keyBackA key binding for moving backward.final KeyBindingGameOptions.keyChatA key binding for opening the chat screen.final KeyBindingGameOptions.keyCommandA key binding for opening the chat screen with the/already typed.final KeyBindingGameOptions.keyDropA key binding for dropping the item in the selected slot.final KeyBindingGameOptions.keyForwardA key binding for moving forward.final KeyBindingGameOptions.keyFullscreenA key binding for toggling fullscreen.final KeyBindingGameOptions.keyInventoryA key binding for opening the inventory screen.final KeyBindingGameOptions.keyJumpA key binding for jumping.final KeyBindingGameOptions.keyLeftA key binding for moving left.final KeyBindingGameOptions.keyLoadToolbarActivatorA key binding for loading the hotbar items in creative mode.final KeyBindingGameOptions.keyPickItemfinal KeyBindingGameOptions.keyPlayerListA key binding for displaying the player list.final KeyBindingGameOptions.keyRightA key binding for moving right.final KeyBinding[]GameOptions.keysAllAn array of all key bindings.final KeyBindingGameOptions.keySaveToolbarActivatorA key binding for saving the hotbar items in creative mode.final KeyBindingGameOptions.keyScreenshotA key binding for taking a screenshot.final KeyBinding[]GameOptions.keysHotbarKey bindings for selecting hotbar slots.final KeyBindingGameOptions.keySmoothCameraA key binding for toggling smooth camera.final KeyBindingGameOptions.keySneakA key binding for sneaking.final KeyBindingGameOptions.keySocialInteractionsA key binding for opening the social interactions screen.final KeyBindingGameOptions.keySpectatorOutlinesA key binding for highlighting players in spectator mode.final KeyBindingGameOptions.keySprintA key binding for sprinting.final KeyBindingGameOptions.keySwapHandsA key binding for swapping the items in the selected slot and the off hand.final KeyBindingGameOptions.keyTogglePerspectiveA key binding for toggling perspective.final KeyBindingGameOptions.keyUseA 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 with parameters of type KeyBindingModifier and TypeMethodDescriptionintKeyBinding.compareTo(KeyBinding keyBinding) booleanKeyBinding.equals(KeyBinding other) voidGameOptions.setKeyCode(KeyBinding key, InputUtil.Key code)