Package com.kamikazejam.kamicommon.configuration.spigot.observe
package com.kamikazejam.kamicommon.configuration.spigot.observe
-
InterfacesClassDescriptionInterface for classes that want to be notified when a config is updated.
You should register this observer with aObservableConfigclass.Interface for classes that acceptConfigObserverregistrations.
SeeObservableConfig.registerConfigObserver(ConfigObserver).