pub struct Chunk {
pub compression_type: CompressionType,
/* private fields */
}Expand description
Represents one chunk in a region
Fields§
§compression_type: CompressionTypeThe compression type used for the data in this chunk
pub struct Chunk {
pub compression_type: CompressionType,
/* private fields */
}Represents one chunk in a region
compression_type: CompressionTypeThe compression type used for the data in this chunk