Interface WorldTemplate.Factory
-
- Enclosing interface:
- WorldTemplate
public static interface WorldTemplate.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorldTemplate
overworld()
WorldTemplate
overworldCaves()
WorldTemplate
theEnd()
WorldTemplate
theNether()
-
-
-
Method Detail
-
overworld
WorldTemplate overworld()
-
overworldCaves
WorldTemplate overworldCaves()
-
theNether
WorldTemplate theNether()
-
theEnd
WorldTemplate theEnd()
-
-