Skip to main content

Module biomes

Module biomes 

Source
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ยง

EndBiomeSource
Biome source for The End dimension.
NetherBiomeSource
Multi-noise biome source for the nether.
NetherClimateSampler
Climate sampler for the nether using compiled density functions.
OverworldBiomeSource
Multi-noise biome source for the overworld.
OverworldClimateSampler
Climate sampler for the overworld using compiled density functions.

Enumsยง

BiomeSourceKind
Dimension-specific biome source.
ChunkBiomeSampler
Per-chunk biome sampler with internal caches.

Functionsยง

obfuscate_biome_seed
Matches vanilla BiomeManager.obfuscateSeed(long).