Class ChunkGenerator.Builder
java.lang.Object
dev.wyck.wrapper.level.noise.chunk.ChunkGenerator.Builder
- Enclosing interface:
ChunkGenerator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbiomeSource(BiomeSource biomeSource) Sets the biome source of the chunk generator.build()Builds the chunk generator.noise(ResourceKey resourceKey) Sets the noise generator of the chunk generator.Sets the noise generator of the chunk generator.
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
biomeSource
Sets the biome source of the chunk generator.- Parameters:
biomeSource- the biome source of the chunk generator- Returns:
- this builder
- Since:
- 2.5.0
-
noise
Sets the noise generator of the chunk generator.- Parameters:
noise- the noise generator of the chunk generator- Returns:
- this builder
- Since:
- 2.5.0
-
noise
Sets the noise generator of the chunk generator.- Parameters:
resourceKey- the noise generator settings key- Returns:
- this builder
- Since:
- 2.5.0
-
build
Builds the chunk generator.- Returns:
- the chunk generator
- Since:
- 2.5.0
-