| Class | Description |
|---|---|
| ConfigFile<T extends ninja.leaping.configurate.ConfigurationNode> |
A wrapper for Configurate's
ConfigurationLoader. |
| ConfigKey<T> |
An object designed to allow easy data-grabbing from a
ConfigFile. |
| GsonConfigFile |
An implementation of
ConfigFile for the GSON specification. |
| HoconConfigFile |
An implementation of
ConfigFile for the HOCON specification. |
| JsonConfigFile |
An implementation of
ConfigFile for the JSON specification. |
| YamlConfigFile |
An implementation of
ConfigFile for the YAML specification. |
Different types of ConfigFiles: