Class FloatConfigPath

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

public class FloatConfigPath extends BaseConfigPath<Float>
  • Constructor Details

    • FloatConfigPath

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