Uses of Enum Class
net.neoforged.neoforge.client.settings.KeyModifier
Packages that use KeyModifier
Package
Description
Extension interfaces for
client
-only classes.-
Uses of KeyModifier in net.neoforged.neoforge.client.extensions
Methods in net.neoforged.neoforge.client.extensions that return KeyModifierModifier and TypeMethodDescriptionIKeyMappingExtension.getDefaultKeyModifier()
IKeyMappingExtension.getKeyModifier()
Methods in net.neoforged.neoforge.client.extensions with parameters of type KeyModifierModifier and TypeMethodDescriptionvoid
IKeyMappingExtension.setKeyModifierAndCode
(KeyModifier keyModifier, com.mojang.blaze3d.platform.InputConstants.Key keyCode) -
Uses of KeyModifier in net.neoforged.neoforge.client.settings
Fields in net.neoforged.neoforge.client.settings declared as KeyModifierFields in net.neoforged.neoforge.client.settings with type parameters of type KeyModifierModifier and TypeFieldDescriptionprivate static final EnumMap
<KeyModifier, Map<com.mojang.blaze3d.platform.InputConstants.Key, Collection<net.minecraft.client.KeyMapping>>> KeyMappingLookup.map
Methods in net.neoforged.neoforge.client.settings that return KeyModifierModifier and TypeMethodDescriptionstatic KeyModifier
KeyModifier.getKeyModifier
(com.mojang.blaze3d.platform.InputConstants.Key key) static KeyModifier
KeyModifier.valueFromString
(String stringValue) static KeyModifier
Returns the enum constant of this class with the specified name.static KeyModifier[]
KeyModifier.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.neoforged.neoforge.client.settings that return types with arguments of type KeyModifierMethods in net.neoforged.neoforge.client.settings with parameters of type KeyModifierModifier and TypeMethodDescriptionprivate List
<net.minecraft.client.KeyMapping> KeyMappingLookup.findKeybinds
(com.mojang.blaze3d.platform.InputConstants.Key keyCode, KeyModifier modifier)