Interface FlatGeneratorConfig
- All Superinterfaces:
ChunkGeneratorConfig
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
static interface
-
Method Summary
Modifier and TypeMethodDescriptionbiome()
static FlatGeneratorConfig.Builder
builder()
layer
(int index) layers()
boolean
boolean
static FlatGeneratorConfig
standard()
-
Method Details
-
standard
-
builder
-
layers
List<LayerConfig> layers() -
layer
-
biome
RegistryReference<Biome> biome() -
performDecoration
boolean performDecoration() -
populateLakes
boolean populateLakes()
-