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 KeyBindingControlsListWidget.KeyBindingEntry.bindingControlsOptionsScreen.focusedBindingConstructors 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.keyAdvancementsGameOptions.keyAttackGameOptions.keyBackGameOptions.keyChatGameOptions.keyCommandGameOptions.keyDropGameOptions.keyForwardGameOptions.keyFullscreenGameOptions.keyInventoryGameOptions.keyJumpGameOptions.keyLeftGameOptions.keyLoadToolbarActivatorGameOptions.keyPickItemGameOptions.keyPlayerListGameOptions.keyRightGameOptions.keysAllGameOptions.keySaveToolbarActivatorGameOptions.keyScreenshotGameOptions.keysHotbarGameOptions.keySmoothCameraGameOptions.keySneakGameOptions.keySocialInteractionsGameOptions.keySpectatorOutlinesGameOptions.keySprintGameOptions.keySwapHandsGameOptions.keyTogglePerspectiveGameOptions.keyUseFields in net.minecraft.client.option with type parameters of type KeyBindingModifier and TypeFieldDescriptionprivate static Map<String,KeyBinding>KeyBinding.keysByIdprivate static Map<InputUtil.Key,KeyBinding>KeyBinding.keyToBindingsMethods 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)