| Modifier and Type | Field and Description |
|---|---|
boolean |
dismount |
boolean |
pause |
boolean |
secondarySprint |
boolean |
standaloneModifiersDoNotConflictWithCombinations |
boolean |
toggleDebugInfo |
boolean |
toggleGUI |
boolean |
toggleNarrator |
| Constructor and Description |
|---|
KeyBindings() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
dismount()
Returns whether the dismount key binding is enabled.
|
boolean |
secondarySprint()
Returns whether the secondary sprint key binding is enabled.
|
void |
validatePostLoad() |
public boolean secondarySprint
public boolean dismount
public boolean toggleNarrator
public boolean pause
public boolean toggleGUI
public boolean toggleDebugInfo
public boolean standaloneModifiersDoNotConflictWithCombinations
public void validatePostLoad()
validatePostLoad in interface me.shedaniel.autoconfig1u.ConfigDatapublic boolean secondarySprint()
true if the secondary sprint key binding is enabled, or otherwise
false.public boolean dismount()
true if the dismount key binding is enabled, or otherwise false.