Expand description
Biome sources and climate samplers.
Modulesยง
- biome_
source ๐ - Biome source abstraction for dimension-agnostic biome generation.
- climate_
sampler ๐ - Climate sampler for overworld world generation.
- nether_
climate_ ๐sampler - Climate sampler for nether world generation.
Structsยง
- EndBiome
Source - Biome source for The End dimension.
- Nether
Biome Source - Multi-noise biome source for the nether.
- Nether
Climate Sampler - Climate sampler for the nether using compiled density functions.
- Overworld
Biome Source - Multi-noise biome source for the overworld.
- Overworld
Climate Sampler - Climate sampler for the overworld using compiled density functions.
Enumsยง
- Biome
Source Kind - Dimension-specific biome source.
- Chunk
Biome Sampler - Per-chunk biome sampler with internal caches.
Functionsยง
- obfuscate_
biome_ seed - Matches vanilla
BiomeManager.obfuscateSeed(long).