Class DoubleConfigPath

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

public class DoubleConfigPath extends BaseConfigPath<Double>
  • Constructor Details

    • DoubleConfigPath

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