Class FlatLevelSource.Builder
java.lang.Object
dev.wyck.worldgen.chunk.FlatLevelSource.Builder
- Enclosing interface:
FlatLevelSource
Builder for
FlatLevelSource.- Since:
- 3.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbiomeSource(BiomeSource biomeSource) Sets the biome source.build()Builds the flat level source.settings(FlatLevelGeneratorSettings settings) Sets the settings.
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
biomeSource
Sets the biome source.- Parameters:
biomeSource- the biome source- Returns:
- this builder
- Since:
- 3.0.0
-
settings
Sets the settings.- Parameters:
settings- the settings- Returns:
- this builder
- Since:
- 3.0.0
-
build
Builds the flat level source.- Returns:
- the flat level source
- Since:
- 3.0.0
-