pub fn get_overworld_biome_cached( target: &TargetPoint, cache: &mut Option<usize>, ) -> BiomeRef
Get the biome with lastResult caching for the overworld (matches vanilla’s ThreadLocal warm-start).