All Classes and Interfaces
Class
Description
Inherit to automatically register config
Object or use static Config.registerConfigObject(Object) method.Apply to field to tie it up with value from config.
If
ConfigField annotation is present on a field with a type inherited from this interface, then getValue(FileConfiguration, String) will be called on config object reload.Used to create pre-created
ConfigParameters for common value types.