Class IntegerConfigPath

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

public class IntegerConfigPath extends BaseConfigPath<Integer>
  • Constructor Details

    • IntegerConfigPath

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