Package org.spongepowered.api.world
Interface WorldTypeTemplate
- All Superinterfaces:
DataPackEntry<WorldTypeTemplate>,DataSerializable,Keyed,ResourceKeyed
A template for a
WorldType.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic WorldTypeTemplate.Builderbuilder()static WorldTypeTemplate.Builderstatic WorldTypeTemplate.Builderstatic WorldTypeTemplate.BuildertheEnd()static WorldTypeTemplate.BuilderReturns the world type.Methods inherited from interface org.spongepowered.api.datapack.DataPackEntry
packMethods inherited from interface org.spongepowered.api.data.persistence.DataSerializable
contentVersion, toContainerMethods inherited from interface org.spongepowered.api.ResourceKeyed
key
-
Method Details
-
overworld
-
overworldCaves
-
theNether
-
theEnd
-
builder
-
worldType
WorldType worldType()Returns the world type.- Returns:
- The world type
-