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 KeyBinding
ControlsListWidget.KeyBindingEntry.binding
ControlsOptionsScreen.focusedBinding
Constructors 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 TypeFieldDescriptionGameOptions.keyAdvancements
GameOptions.keyAttack
GameOptions.keyBack
GameOptions.keyChat
GameOptions.keyCommand
GameOptions.keyDrop
GameOptions.keyForward
GameOptions.keyFullscreen
GameOptions.keyInventory
GameOptions.keyJump
GameOptions.keyLeft
GameOptions.keyLoadToolbarActivator
GameOptions.keyPickItem
GameOptions.keyPlayerList
GameOptions.keyRight
GameOptions.keysAll
GameOptions.keySaveToolbarActivator
GameOptions.keyScreenshot
GameOptions.keysHotbar
GameOptions.keySmoothCamera
GameOptions.keySneak
GameOptions.keySocialInteractions
GameOptions.keySpectatorOutlines
GameOptions.keySprint
GameOptions.keySwapHands
GameOptions.keyTogglePerspective
GameOptions.keyUse
Fields in net.minecraft.client.option with type parameters of type KeyBindingModifier and TypeFieldDescriptionprivate static Map<String,KeyBinding>
KeyBinding.keysById
private static Map<InputUtil.Key,KeyBinding>
KeyBinding.keyToBindings
Methods in net.minecraft.client.option with parameters of type KeyBindingModifier and TypeMethodDescriptionint
KeyBinding.compareTo(KeyBinding keyBinding)
boolean
KeyBinding.equals(KeyBinding other)
void
GameOptions.setKeyCode(KeyBinding key, InputUtil.Key code)