Interface StructureSetTemplate
- All Superinterfaces:
DataPackEntry<StructureSetTemplate>
,DataSerializable
,Keyed
,ResourceKeyed
A template for
structure sets
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic StructureSetTemplate.Builder
builder()
Returns the structure set.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
-
structureSet
StructureSet structureSet()Returns the structure set.- Returns:
- The structure set
-