A C D E F H I M N O S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addTo(ConfigurationOptions) - Static method in class org.spongepowered.configurate.interfaces.InterfaceDefaultOptions
-
Sets the default configuration options to be used by the resultant loader by providing a function which takes interface's default serializer collection and applies any desired changes.
C
- Constants - Class in org.spongepowered.configurate.interfaces
-
Constants that are used in multiple files.
D
- DecimalRange - Annotation Type in org.spongepowered.configurate.interfaces.meta.range
-
This annotation limits the values that a config node can have.
- DefaultBoolean - Annotation Type in org.spongepowered.configurate.interfaces.meta.defaults
-
This annotation provides a default value for the annotated method.
- DefaultDecimal - Annotation Type in org.spongepowered.configurate.interfaces.meta.defaults
-
This annotation provides a default value for the annotated method.
- DefaultNumeric - Annotation Type in org.spongepowered.configurate.interfaces.meta.defaults
-
This annotation provides a default value for the annotated method.
- defaults() - Static method in class org.spongepowered.configurate.interfaces.InterfaceDefaultOptions
-
The default ConfigurationOptions with
InterfaceTypeSerializeradded to the serializers. - DefaultString - Annotation Type in org.spongepowered.configurate.interfaces.meta.defaults
-
This annotation provides a default value for the annotated method.
E
- Exclude - Annotation Type in org.spongepowered.configurate.interfaces.meta
-
Adding this will cause the implementation generator to completely ignore this method.
F
- Field - Annotation Type in org.spongepowered.configurate.interfaces.meta
-
Creates a field which makes the annotated method act as a simple getter / setter without being handled as a config node.
- from() - Method in annotation type org.spongepowered.configurate.interfaces.meta.range.DecimalRange
-
The minimal value allowed (inclusive.)
- from() - Method in annotation type org.spongepowered.configurate.interfaces.meta.range.NumericRange
-
The minimal value allowed (inclusive.)
- from() - Method in annotation type org.spongepowered.configurate.interfaces.meta.range.StringRange
-
The minimal String length allowed (inclusive.)
H
- Hidden - Annotation Type in org.spongepowered.configurate.interfaces.meta
-
This annotation allows you to read the config node as normal, but it only writes the node when the value is not the default value.
I
- InterfaceDefaultOptions - Class in org.spongepowered.configurate.interfaces
-
This class has the default
ConfigurationOptionswithInterfaceTypeSerializeradded to the serializers.
M
- MAPPING_FILE - Static variable in class org.spongepowered.configurate.interfaces.Constants
-
The file location of the interface mappings.
N
- NumericRange - Annotation Type in org.spongepowered.configurate.interfaces.meta.range
-
This annotation limits the values that a config node can have.
O
- org.spongepowered.configurate.interfaces - package org.spongepowered.configurate.interfaces
- org.spongepowered.configurate.interfaces.meta - package org.spongepowered.configurate.interfaces.meta
- org.spongepowered.configurate.interfaces.meta.defaults - package org.spongepowered.configurate.interfaces.meta.defaults
- org.spongepowered.configurate.interfaces.meta.range - package org.spongepowered.configurate.interfaces.meta.range
S
- StringRange - Annotation Type in org.spongepowered.configurate.interfaces.meta.range
-
This annotation limits the values that a config node can have.
T
- to() - Method in annotation type org.spongepowered.configurate.interfaces.meta.range.DecimalRange
-
The maximal value allowed (inclusive.)
- to() - Method in annotation type org.spongepowered.configurate.interfaces.meta.range.NumericRange
-
The maximal value allowed (inclusive.)
- to() - Method in annotation type org.spongepowered.configurate.interfaces.meta.range.StringRange
-
The maximal String length allowed (inclusive.)
V
- value() - Method in annotation type org.spongepowered.configurate.interfaces.meta.defaults.DefaultBoolean
-
The default value for the annotated method.
- value() - Method in annotation type org.spongepowered.configurate.interfaces.meta.defaults.DefaultDecimal
-
The default value for the annotated method.
- value() - Method in annotation type org.spongepowered.configurate.interfaces.meta.defaults.DefaultNumeric
-
The default value for the annotated method.
- value() - Method in annotation type org.spongepowered.configurate.interfaces.meta.defaults.DefaultString
-
The default value for the annotated method.
All Classes All Packages