All Classes and Interfaces

Class
Description
The bukkit configuration
The Converter for Bukkit's ConfigurationSerializable
The ConverterProvider for Bukkit
The bungeecord configuration
Comment annotation for ConfigPath
The comment type
The root configuration interface, extending ConfigNode.
The main class of the config proxy system.
 
Thin logger provider for CraftConfig.
The handler interface for processing log messages
Log levels for CraftConfig
Marks an interface as a config node interface.
A node in the configuration tree.
The main annotation to set the config path
The Config implementation for Configurate
The converter for ConfigPath to convert the object to the raw value stored in the config and vice versa
A provider for the Converter
A Converter to convert an array
The default Converter, which does nothing, so the raw value and the final value are the same type
A manager to specify a default Converter for a type
A Converter to convert enum types
 
 
 
The Config implementation for Gson
Some utilities for Gson
The utility class for path in Config
A Converter to convert primitive types
A simple Converter that use an operator to convert raw value to final value
A marker annotation to mark a field or method as a sticky value
A simple Converter for String to any object