| Modifier and Type | Field and Description |
|---|---|
boolean |
dismount |
boolean |
doubleTapSprintingWhileFlying |
boolean |
pause |
boolean |
secondarySprint |
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 doubleTapSprintingWhileFlying
public void validatePostLoad()
validatePostLoad in interface me.sargunvohra.mcmods.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.