Class SimpleConfigPath<T>
java.lang.Object
me.hsgamer.hscore.config.path.BaseConfigPath<T>
me.hsgamer.hscore.config.path.impl.SimpleConfigPath<T>
- All Implemented Interfaces:
ConfigPath<T>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class me.hsgamer.hscore.config.path.BaseConfigPath
getConfig, getPath, getValue, getValue, migrateConfig, setConfig, setValue, setValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface me.hsgamer.hscore.config.path.ConfigPath
reload, setAndSave, setAndSave
-
Constructor Details
-
SimpleConfigPath
Create a config path- Parameters:
path- the path to the valuedef- the default value if it's not found
-