Interface SchematicTemplate
- All Superinterfaces:
DataPackEntry<SchematicTemplate>
,DataSerializable
,Keyed
,ResourceKeyed
The template for a vanilla structure schematic.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic SchematicTemplate.Builder
builder()
Returns the schematic.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
-
schematic
Schematic schematic()Returns the schematic.- Returns:
- The schematic
-