Class MultiNoiseBiomeSource.Builder
java.lang.Object
dev.wyck.worldgen.biome.MultiNoiseBiomeSource.Builder
- Enclosing interface:
MultiNoiseBiomeSource
A builder for
MultiNoiseBiomeSource.- Since:
- 3.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd(Biome biome, ClimatePoint climatePoint) Adds a biome to the builder.add(ResourceKey biomeKey, ClimatePoint point) Adds a biome to the builder.build()Builds the multi noise biome source.
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
add
Adds a biome to the builder.- Parameters:
biome- the biome to addclimatePoint- the climate point to add- Returns:
- this builder
- Since:
- 3.0.0
-
add
Adds a biome to the builder.- Parameters:
biomeKey- the biome key to addpoint- the climate point to add- Returns:
- this builder
- Since:
- 3.0.0
-
build
Builds the multi noise biome source.- Returns:
- the multi noise biome source
- Since:
- 3.0.0
-