Package org.spongepowered.api.datapack
Interface DataPackSerializable
-
- All Superinterfaces:
DataSerializable
,Keyed
,ResourceKeyed
- All Known Subinterfaces:
Advancement
,RecipeRegistration
,TagTemplate
,WorldTemplate
,WorldTypeTemplate
public interface DataPackSerializable extends ResourceKeyed, DataSerializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataPackType
type()
-
Methods inherited from interface org.spongepowered.api.data.persistence.DataSerializable
contentVersion, toContainer
-
Methods inherited from interface org.spongepowered.api.ResourceKeyed
key
-
-
-
-
Method Detail
-
type
DataPackType type()
-
-