Package me.hsgamer.hscore.config
Class PathableConfig
java.lang.Object
me.hsgamer.hscore.config.DecorativeConfig
me.hsgamer.hscore.config.PathableConfig
- All Implemented Interfaces:
Config
A
Config implementation to load ConfigPath automatically-
Field Summary
Fields inherited from class me.hsgamer.hscore.config.DecorativeConfig
config -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class me.hsgamer.hscore.config.DecorativeConfig
addDefault, contains, get, getComment, getName, getOriginal, getOriginalConfig, getValues, isNormalizable, normalize, save, set, setCommentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface me.hsgamer.hscore.config.Config
addDefaults, get, getComment, getInstance, getInstance, getKeys, getKeys, getNormalized, getNormalized, getNormalizedValues, getNormalizedValues, getValues, isInstance, normalizeObject, remove, setComment
-
Constructor Details
-
PathableConfig
Create a pathable config- Parameters:
config- the original config
-
-
Method Details
-
setup
public void setup()- Specified by:
setupin interfaceConfig- Overrides:
setupin classDecorativeConfig
-
reload
public void reload()- Specified by:
reloadin interfaceConfig- Overrides:
reloadin classDecorativeConfig
-