Uses of Class
net.minecraft.client.KeyMapping
Packages that use KeyMapping
Package
Description
-
Uses of KeyMapping in net.minecraft.client
Subclasses of KeyMapping in net.minecraft.clientFields in net.minecraft.client declared as KeyMappingModifier and TypeFieldDescriptionOptions.keyAdvancementsOptions.keyAttackOptions.keyChatOptions.keyCommandOptions.keyDownOptions.keyDropOptions.keyFullscreenOptions.keyHotbarSlotsOptions.keyInventoryOptions.keyJumpOptions.keyLeftOptions.keyLoadHotbarActivatorOptions.keyMappingsOptions.keyPickItemOptions.keyPlayerListOptions.keyRightOptions.keySaveHotbarActivatorOptions.keyScreenshotOptions.keyShiftOptions.keySmoothCameraOptions.keySocialInteractionsOptions.keySpectatorOutlinesOptions.keySprintOptions.keySwapOffhandOptions.keyTogglePerspectiveOptions.keyUpOptions.keyUseFields in net.minecraft.client with type parameters of type KeyMappingMethods in net.minecraft.client with parameters of type KeyMappingModifier and TypeMethodDescriptionintKeyMapping.compareTo(KeyMapping p_90841_)booleanKeyMapping.same(KeyMapping p_90851_)voidOptions.setKey(KeyMapping p_92160_, InputConstants.Key p_92161_) -
Uses of KeyMapping in net.minecraft.client.gui.screens.controls
Fields in net.minecraft.client.gui.screens.controls declared as KeyMappingModifier and TypeFieldDescriptionprivate KeyMappingControlList.KeyEntry.keyControlsScreen.selectedKeyConstructors in net.minecraft.client.gui.screens.controls with parameters of type KeyMappingModifierConstructorDescription(package private)KeyEntry(KeyMapping p_97451_, Component p_97452_) -
Uses of KeyMapping in net.minecraftforge.client
Methods in net.minecraftforge.client with parameters of type KeyMappingModifier and TypeMethodDescriptionstatic InputEvent.ClickInputEventForgeHooksClient.onClickInput(int button, KeyMapping keyBinding, InteractionHand hand) -
Uses of KeyMapping in net.minecraftforge.client.event
Fields in net.minecraftforge.client.event declared as KeyMappingMethods in net.minecraftforge.client.event that return KeyMappingConstructors in net.minecraftforge.client.event with parameters of type KeyMappingModifierConstructorDescriptionClickInputEvent(int button, KeyMapping keyBinding, InteractionHand hand) -
Uses of KeyMapping in net.minecraftforge.client.extensions
Methods in net.minecraftforge.client.extensions that return KeyMappingMethods in net.minecraftforge.client.extensions with parameters of type KeyMappingModifier and TypeMethodDescriptiondefault booleanIForgeKeyMapping.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
Fields in net.minecraftforge.client.settings with type parameters of type KeyMappingModifier and TypeFieldDescriptionprivate static EnumMap<KeyModifier,Map<InputConstants.Key,Collection<KeyMapping>>>KeyBindingMap.mapMethods in net.minecraftforge.client.settings that return KeyMappingModifier and TypeMethodDescriptionprivate KeyMappingKeyBindingMap.getBinding(InputConstants.Key keyCode, KeyModifier keyModifier)KeyBindingMap.lookupActive(InputConstants.Key keyCode)Methods in net.minecraftforge.client.settings that return types with arguments of type KeyMappingMethods in net.minecraftforge.client.settings with parameters of type KeyMappingModifier and TypeMethodDescriptionvoidKeyBindingMap.addKey(InputConstants.Key keyCode, KeyMapping keyBinding)voidKeyBindingMap.removeKey(KeyMapping keyBinding) -
Uses of KeyMapping in net.minecraftforge.fmlclient.registry
Methods in net.minecraftforge.fmlclient.registry with parameters of type KeyMappingModifier and TypeMethodDescriptionstatic voidClientRegistry.registerKeyBinding(KeyMapping key)Registers a KeyBinding.