Class LongConfigPath

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

public class LongConfigPath extends BaseConfigPath<Long>
  • Constructor Details

    • LongConfigPath

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