Class Constants
- java.lang.Object
-
- org.spongepowered.configurate.interfaces.Constants
-
public final class Constants extends java.lang.Object
Constants that are used in multiple files. Meant to be used internally.- Since:
- 4.2.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringMAPPING_FILEThe file location of the interface mappings.
-
-
-
Field Detail
-
MAPPING_FILE
public static final java.lang.String MAPPING_FILE
The file location of the interface mappings.- Since:
- 4.2.0
- See Also:
- Constant Field Values
-
-