| Package | Description |
|---|---|
| net.minecraft.client.settings | |
| 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,
int keyCode) |
| Constructor and Description |
|---|
KeyBinding(java.lang.String description,
IKeyConflictContext keyConflictContext,
KeyModifier keyModifier,
int keyCode,
java.lang.String category)
Convenience constructor for creating KeyBindings with keyConflictContext and keyModifier set.
|
| Modifier and Type | Field and Description |
|---|---|
static KeyModifier[] |
KeyModifier.MODIFIER_VALUES |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.EnumMap<KeyModifier,IntHashMap<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(int keyCode,
KeyModifier keyModifier) |