| Package | Description |
|---|---|
| net.minecraft.client.settings | |
| net.minecraftforge.client.extensions | |
| net.minecraftforge.client.settings |
| Modifier and Type | Field and Description |
|---|---|
private KeyModifier |
KeyBinding.keyModifier |
private KeyModifier |
KeyBinding.keyModifierDefault
Forge Start
|
| Modifier and Type | Method and Description |
|---|---|
KeyModifier |
KeyBinding.getKeyModifier() |
KeyModifier |
KeyBinding.getKeyModifierDefault() |
| Modifier and Type | Method and Description |
|---|---|
void |
KeyBinding.setKeyModifierAndCode(KeyModifier keyModifier,
InputMappings.Input keyCode) |
| Constructor and Description |
|---|
KeyBinding(java.lang.String description,
IKeyConflictContext keyConflictContext,
KeyModifier keyModifier,
InputMappings.Input keyCode,
java.lang.String category)
Convenience constructor for creating KeyBindings with keyConflictContext and keyModifier set.
|
KeyBinding(java.lang.String description,
IKeyConflictContext keyConflictContext,
KeyModifier keyModifier,
InputMappings.Type inputType,
int keyCode,
java.lang.String category)
Convenience constructor for creating KeyBindings with keyConflictContext and keyModifier set.
|
| Modifier and Type | Method and Description |
|---|---|
KeyModifier |
IForgeKeybinding.getKeyModifier() |
KeyModifier |
IForgeKeybinding.getKeyModifierDefault() |
| Modifier and Type | Method and Description |
|---|---|
void |
IForgeKeybinding.setKeyModifierAndCode(KeyModifier keyModifier,
InputMappings.Input keyCode) |
| Modifier and Type | Field and Description |
|---|---|
static KeyModifier[] |
KeyModifier.MODIFIER_VALUES |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.EnumMap<KeyModifier,java.util.Map<InputMappings.Input,java.util.Collection<KeyBinding>>> |
KeyBindingMap.map |
| Modifier and Type | Method and Description |
|---|---|
static KeyModifier |
KeyModifier.getActiveModifier() |
static KeyModifier |
KeyModifier.valueFromString(java.lang.String stringValue) |
static KeyModifier |
KeyModifier.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KeyModifier[] |
KeyModifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private KeyBinding |
KeyBindingMap.getBinding(InputMappings.Input keyCode,
KeyModifier keyModifier) |