Skip to main content

Module vanilla

Module vanilla 

Source

Macros§

impl_post_noise_state_type 🔒

Structs§

FuzzedBiomeColumn 🔒
Column-local cache for fuzzed biome lookups (vanilla BiomeManager.getBiome()).
SurfaceExtensionBiomes 🔒
VanillaGenerator
A chunk generator for vanilla (normal) world generation.

Constants§

CARVER_SOURCE_CHUNK_COUNT 🔒

Traits§

VanillaPostNoiseStateType
Associates a dimension’s statically typed Aquifer with its transient erased state.

Functions§

fuzzed_biome_at_block 🔒
Single-shot fuzzed biome lookup at a block position. Matches vanilla’s BiomeManager.getBiome(BlockPos): the block is shifted by -2, snapped to the enclosing quart cell, and the winning biome is chosen from the 8 corners of that cell by get_fiddle-perturbed squared distance.
get_fiddle 🔒
Vanilla’s BiomeManager.getFiddle().
lcg_next 🔒
Vanilla’s LinearCongruentialGenerator.next().