[][src]Constant fastanvil::SECTOR_SIZE

pub const SECTOR_SIZE: usize = 4096;

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.