Uses of Class
net.minecraft.client.option.KeyBinding
-
Uses of KeyBinding in net.minecraft.client.gui.screen.option
Modifier and TypeFieldDescriptionprivate KeyBinding
ControlsListWidget.KeyBindingEntry.binding
ControlsOptionsScreen.focusedBinding
ModifierConstructorDescription(package private)
KeyBindingEntry(KeyBinding binding, Text bindingName)
-
Uses of KeyBinding in net.minecraft.client.option
Modifier 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
Modifier and TypeFieldDescriptionprivate static Map<String,KeyBinding>
KeyBinding.keysById
private static Map<InputUtil.Key,KeyBinding>
KeyBinding.keyToBindings
Modifier and TypeMethodDescriptionint
KeyBinding.compareTo(KeyBinding keyBinding)
boolean
KeyBinding.equals(KeyBinding other)
void
GameOptions.setKeyCode(KeyBinding key, InputUtil.Key code)