Skip to main content

get_overworld_biome_cached

Function get_overworld_biome_cached 

Source
pub fn get_overworld_biome_cached(
    target: &TargetPoint,
    cache: &mut Option<usize>,
) -> BiomeRef
Expand description

Get the biome with lastResult caching for the overworld (matches vanilla’s ThreadLocal warm-start).