Function veloren_world::layer::cave::apply_entity_spawns

source ยท
fn apply_entity_spawns<R: Rng>(
    canvas: &mut Canvas<'_>,
    wpos: Vec3<i32>,
    biome: &Biome,
    rng: &mut R,
)