Trait valence::layer::bvh::GetChunkPos

source ·
pub trait GetChunkPos {
    // Required method
    fn chunk_pos(&self) -> ChunkPos;
}
Expand description

Obtains a chunk position for the purpose of placement in the BVH.

Required Methods§

Implementors§