Structs§
- Pending
Chunk - A
pending
chunk, holds all metadata used in region chunk payloads. - RawChunk
- A raw compressed chunk, holds the compression type used.
And the specific chunk byte slice from the region data - Region
Iter - An iterator over all chunks inside a region
- Region
Reader - A Minecraft region
- Region
Writer - A writer used to write chunks to a region (
mca
) file.
Enums§
- Compression
Type - Compression types used in chunks
- McaError