walkable

Function walkable 

Source
fn walkable<V>(vol: &V, pos: Vec3<i32>, is_target_loaded: bool) -> bool
where V: BaseVol<Vox = Block> + ReadVol,