Constant fastanvil::SECTOR_SIZE[][src]

pub const SECTOR_SIZE: usize = 4096;
Expand description

the size in bytes of a ‘sector’ in a region file. Sectors are Minecraft’s size unit for chunks. For example, a chunk might be 3 * SECTOR_SIZE bytes.