Interface MultiNoiseBiomeSource
- All Superinterfaces:
BiomeSource, Wrapper
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forMultiNoiseBiomeSource.static final recordA biome and its climate point. -
Method Summary
Modifier and TypeMethodDescriptionbiomes()The biomes and their climate points.builder()Creates a new builder.static MultiNoiseBiomeSourceof(List<MultiNoiseBiomeSource.Entry> biomes) Creates a new multi noise biome source.default MultiNoiseBiomeSource.BuilderConverts this object back to a builder.Methods inherited from interface Wrapper
asHandle, toMinecraft, unwrap
-
Method Details
-
biomes
The biomes and their climate points.- Returns:
- the biomes and their climate points
- Since:
- 3.0.0
-
toBuilder
Converts this object back to a builder.- Returns:
- a builder with the same values as this object
- Since:
- 3.0.0
-
of
Creates a new multi noise biome source.- Parameters:
biomes- the biomes and their climate points- Returns:
- the multi noise biome source
- Since:
- 3.0.0
-
builder
Creates a new builder.- Returns:
- a new builder
- Since:
- 3.0.0
-