Class BooleanConfigPath

java.lang.Object
me.hsgamer.hscore.config.path.BaseConfigPath<Boolean>
me.hsgamer.hscore.config.path.impl.BooleanConfigPath
All Implemented Interfaces:
ConfigPath<Boolean>

public class BooleanConfigPath extends BaseConfigPath<Boolean>
  • Constructor Details

    • BooleanConfigPath

      public BooleanConfigPath(String path, Boolean def)
      Create a config path
      Parameters:
      path - the path to the value
      def - the default value if it's not found