veloren_world::layer::cave

Function apply_entity_spawns

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