Function veloren_common::states::utils::can_reach_block
source ยท fn can_reach_block(
player_pos: Vec3<f32>,
block_pos: Vec3<i32>,
range: f32,
body: &Body,
terrain: &TerrainGrid,
) -> bool
Expand description
Checks if a block can be reached from a position.