Uses of Class
net.minecraft.client.KeyMapping
Package
Description
-
Uses of KeyMapping in net.minecraft.client
Modifier and TypeFieldDescriptionOptions.keyAdvancements
Options.keyAttack
Options.keyChat
Options.keyCommand
Options.keyDown
Options.keyDrop
Options.keyFullscreen
Options.keyHotbarSlots
Options.keyInventory
Options.keyJump
Options.keyLeft
Options.keyLoadHotbarActivator
Options.keyMappings
Options.keyPickItem
Options.keyPlayerList
Options.keyRight
Options.keySaveHotbarActivator
Options.keyScreenshot
Options.keyShift
Options.keySmoothCamera
Options.keySocialInteractions
Options.keySpectatorOutlines
Options.keySprint
Options.keySwapOffhand
Options.keyTogglePerspective
Options.keyUp
Options.keyUse
Modifier and TypeMethodDescriptionint
KeyMapping.compareTo(KeyMapping p_90841_)
boolean
KeyMapping.same(KeyMapping p_90851_)
void
Options.setKey(KeyMapping p_92160_, InputConstants.Key p_92161_)
-
Uses of KeyMapping in net.minecraft.client.gui.screens.controls
Modifier and TypeFieldDescriptionprivate KeyMapping
ControlList.KeyEntry.key
ControlsScreen.selectedKey
ModifierConstructorDescription(package private)
KeyEntry(KeyMapping p_97451_, Component p_97452_)
-
Uses of KeyMapping in net.minecraftforge.client
Modifier and TypeMethodDescriptionstatic InputEvent.ClickInputEvent
ForgeHooksClient.onClickInput(int button, KeyMapping keyBinding, InteractionHand hand)
-
Uses of KeyMapping in net.minecraftforge.client.event
ModifierConstructorDescriptionClickInputEvent(int button, KeyMapping keyBinding, InteractionHand hand)
-
Uses of KeyMapping in net.minecraftforge.client.extensions
Modifier and TypeMethodDescriptiondefault boolean
IForgeKeyMapping.hasKeyCodeModifierConflict(KeyMapping other)
Returns true when one of the bindings' key codes conflicts with the other's modifier. -
Uses of KeyMapping in net.minecraftforge.client.settings
Modifier and TypeFieldDescriptionprivate static EnumMap<KeyModifier,Map<InputConstants.Key,Collection<KeyMapping>>>
KeyBindingMap.map
Modifier and TypeMethodDescriptionprivate KeyMapping
KeyBindingMap.getBinding(InputConstants.Key keyCode, KeyModifier keyModifier)
KeyBindingMap.lookupActive(InputConstants.Key keyCode)
Modifier and TypeMethodDescriptionvoid
KeyBindingMap.addKey(InputConstants.Key keyCode, KeyMapping keyBinding)
void
KeyBindingMap.removeKey(KeyMapping keyBinding)
-
Uses of KeyMapping in net.minecraftforge.fmlclient.registry
Modifier and TypeMethodDescriptionstatic void
ClientRegistry.registerKeyBinding(KeyMapping key)
Registers a KeyBinding.