| Package | Description |
|---|---|
| net.minecraft.client.settings | |
| net.minecraftforge.client.extensions | |
| net.minecraftforge.client.settings |
| Modifier and Type | Field and Description |
|---|---|
private IKeyConflictContext |
KeyBinding.keyConflictContext |
| Modifier and Type | Method and Description |
|---|---|
IKeyConflictContext |
KeyBinding.getKeyConflictContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
KeyBinding.setKeyConflictContext(IKeyConflictContext keyConflictContext) |
| Constructor and Description |
|---|
KeyBinding(java.lang.String description,
IKeyConflictContext keyConflictContext,
InputMappings.Input keyCode,
java.lang.String category)
Convenience constructor for creating KeyBindings with keyConflictContext set.
|
KeyBinding(java.lang.String description,
IKeyConflictContext keyConflictContext,
InputMappings.Type inputType,
int keyCode,
java.lang.String category)
Convenience constructor for creating KeyBindings with keyConflictContext set.
|
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 |
|---|---|
IKeyConflictContext |
IForgeKeybinding.getKeyConflictContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
IForgeKeybinding.setKeyConflictContext(IKeyConflictContext keyConflictContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyConflictContext |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IKeyConflictContext.conflicts(IKeyConflictContext other) |
abstract boolean |
KeyModifier.isActive(IKeyConflictContext conflictContext) |