Package me.hsgamer.hscore.config.proxy
Class ConfigNode
java.lang.Object
me.hsgamer.hscore.config.proxy.ConfigNode
The config node for a method in the interface
-
Method Details
-
getPath
Get the config path- Returns:
- the config path
-
addDefault
public void addDefault()Add the default value to the config -
getValue
Get the value from the config- Returns:
- the value
-
setValue
Set the value to the config- Parameters:
value
- the value
-
clearCache
public void clearCache()Clear the cached value
-