Interface HierarchicalConfig

All Superinterfaces:
Cloneable, Readable, Writable

public interface HierarchicalConfig extends Readable, Writable, Cloneable
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    afterReload(SimpleBuffer changedValues)
    Called only when the config is reloaded - not when it first loads
     

    Methods inherited from interface dev.the_fireplace.lib.api.io.interfaces.Readable

    readFrom

    Methods inherited from interface dev.the_fireplace.lib.api.io.interfaces.Writable

    writeTo
  • Method Details

    • afterReload

      default void afterReload(SimpleBuffer changedValues)
      Called only when the config is reloaded - not when it first loads
      Parameters:
      changedValues - A buffer containing only the keys with differences after reloading, and their previous values
    • clone