Interface StructureTemplate
- All Superinterfaces:
DataPackEntry<StructureTemplate>
,DataSerializable
,Keyed
,ResourceKeyed
A template for
structures
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic StructureTemplate.Builder
builder()
Returns the structure.Methods inherited from interface org.spongepowered.api.datapack.DataPackEntry
pack
Methods inherited from interface org.spongepowered.api.data.persistence.DataSerializable
contentVersion, toContainer
Methods inherited from interface org.spongepowered.api.ResourceKeyed
key
-
Method Details
-
builder
-
structure
Structure structure()Returns the structure.- Returns:
- The structure.
-