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 aObservableConfig
class.Interface for classes that acceptConfigObserver
registrations.
SeeObservableConfig.registerConfigObserver(ConfigObserver)
.