Class ConfigNode

java.lang.Object
me.hsgamer.hscore.config.proxy.ConfigNode

public class ConfigNode extends Object
The config node for a method in the interface
  • Method Details

    • getPath

      public PathString getPath()
      Get the config path
      Returns:
      the config path
    • addDefault

      public void addDefault()
      Add the default value to the config
    • getValue

      public Object getValue()
      Get the value from the config
      Returns:
      the value
    • setValue

      public void setValue(Object value)
      Set the value to the config
      Parameters:
      value - the value
    • clearCache

      public void clearCache()
      Clear the cached value