Class DataFormats
- java.lang.Object
-
- org.spongepowered.api.data.persistence.DataFormats
-
public final class DataFormats extends Object
A pseudo-enum of supportedDataFormat
s.
-
-
Field Summary
Fields Modifier and Type Field Description static DefaultedRegistryReference<StringDataFormat>
HOCON
static DefaultedRegistryReference<StringDataFormat>
JSON
static DefaultedRegistryReference<DataFormat>
NBT
-
-
-
Field Detail
-
HOCON
public static final DefaultedRegistryReference<StringDataFormat> HOCON
-
JSON
public static final DefaultedRegistryReference<StringDataFormat> JSON
-
NBT
public static final DefaultedRegistryReference<DataFormat> NBT
-
-
Method Detail
-
registry
public static Registry<DataFormat> registry()
-
-