Function azalea_world::chunk_storage::get_block_state_from_sections

source ยท
pub fn get_block_state_from_sections(
    sections: &[Section],
    pos: &ChunkBlockPos,
    min_y: i32,
) -> Option<BlockState>
Expand description

Get the block state at the given position from a list of sections. Returns None if the position is out of bounds.