Class RPConfig.KeyBindings

  • All Implemented Interfaces:
    me.sargunvohra.mcmods.autoconfig1u.ConfigData
    Enclosing class:
    RPConfig

    public static final class RPConfig.KeyBindings
    extends Object
    implements me.sargunvohra.mcmods.autoconfig1u.ConfigData
    • 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
    • Constructor Detail

      • KeyBindings

        public KeyBindings()
    • Method Detail

      • validatePostLoad

        public void validatePostLoad()
        Specified by:
        validatePostLoad in interface me.sargunvohra.mcmods.autoconfig1u.ConfigData
      • secondarySprint

        public boolean secondarySprint()
        Returns whether the secondary sprint key binding is enabled.
        Returns:
        true if the secondary sprint key binding is enabled, or otherwise false.
      • dismount

        public boolean dismount()
        Returns whether the dismount key binding is enabled.
        Returns:
        true if the dismount key binding is enabled, or otherwise false.