| Package | Description | 
|---|---|
| net.minecraft.client.settings | |
| 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,
          int keyCode,
          java.lang.String category)Convenience constructor for creating KeyBindings with keyConflictContext set. | 
| 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 | Class and Description | 
|---|---|
| class  | KeyConflictContext | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | IKeyConflictContext. conflicts(IKeyConflictContext other) | 
| abstract boolean | KeyModifier. isActive(IKeyConflictContext conflictContext) |