Package ninja.leaping.configurate
The main package for Configurate.
This package contains the core elements of Configurate, including nodes, options, and the visitor. Start out with
ConfigurationNode
and ConfigurationLoader
!
-
Interface Summary Interface Description ConfigurationNode A node in the configuration tree.ConfigurationVisitor<S,T,E extends Exception> A visitor to traverse node hierarchies in a depth-first orderConfigurationVisitor.Safe<S,T> A subinterface for visitors that do not throw any checked exceptions during their executionConfigurationVisitor.Stateless<E extends Exception> Stateless specialization of visitors, where both the state and terminal type are Void -
Class Summary Class Description ConfigurationOptions This object is a holder for general configuration options.SimpleConfigurationNode Simple implementation ofConfigurationNode
.Types Contains functions useful for performing configuration type conversions. -
Enum Summary Enum Description ValueType Deprecated. UseConfigurationNode.isList()
andConfigurationNode.isMap()
for the same information