Package com.therandomlabs.randompatches
Class RPConfig.KeyBindings
- java.lang.Object
-
- com.therandomlabs.randompatches.RPConfig.KeyBindings
-
-
Field Summary
Fields Modifier and Type Field Description booleandismountbooleandoubleTapSprintingWhileFlyingbooleanpausebooleansecondarySprintbooleantoggleDebugInfobooleantoggleGUIbooleantoggleNarrator
-
Constructor Summary
Constructors Constructor Description KeyBindings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleandismount()Returns whether the dismount key binding is enabled.booleansecondarySprint()Returns whether the secondary sprint key binding is enabled.voidvalidatePostLoad()
-
-
-
Field Detail
-
secondarySprint
public boolean secondarySprint
-
dismount
public boolean dismount
-
toggleNarrator
public boolean toggleNarrator
-
pause
public boolean pause
-
toggleGUI
public boolean toggleGUI
-
toggleDebugInfo
public boolean toggleDebugInfo
-
doubleTapSprintingWhileFlying
public boolean doubleTapSprintingWhileFlying
-
-
Method Detail
-
validatePostLoad
public void validatePostLoad()
- Specified by:
validatePostLoadin interfaceme.sargunvohra.mcmods.autoconfig1u.ConfigData
-
secondarySprint
public boolean secondarySprint()
Returns whether the secondary sprint key binding is enabled.- Returns:
trueif the secondary sprint key binding is enabled, or otherwisefalse.
-
dismount
public boolean dismount()
Returns whether the dismount key binding is enabled.- Returns:
trueif the dismount key binding is enabled, or otherwisefalse.
-
-