voxelman ~master (2018-10-12T19:51:42Z)
Dub
Repo
McRegion
mc_region
Undocumented in source.
struct
McRegion {
ubyte
[]
buffer
;
uint
[
MC_REGION_WIDTH_SQR
]
offsets
;
uint
[
MC_REGION_WIDTH_SQR
]
timestamps
;
string
path
;
int
x
;
int
z
;
int
opApply
(int delegate(McChunkInfo) del);
void
parseRegionFilename
(string regionFile);
void
readHeader
(File file);
}
Members
Functions
opApply
int
opApply
(int delegate(McChunkInfo) del)
iterates all chunks in region.
parseRegionFilename
void
parseRegionFilename
(string regionFile)
Undocumented in source. Be warned that the author may not have intended to support it.
readHeader
void
readHeader
(File file)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
buffer
ubyte
[]
buffer
;
Undocumented in source.
offsets
uint
[
MC_REGION_WIDTH_SQR
]
offsets
;
Undocumented in source.
path
string
path
;
Undocumented in source.
timestamps
uint
[
MC_REGION_WIDTH_SQR
]
timestamps
;
Undocumented in source.
x
int
x
;
z
int
z
;
Undocumented in source.
Meta
Source
See Implementation
mc_region
enums
McChunkCompression
functions
calcRegionBox
regionIterator
manifest constants
CHUNKS_PER_MC_REGION_HEIGHT
CHUNKS_PER_MC_REGION_WIDTH
MC_CHUNK_HEIGHT
MC_CHUNK_WIDTH
MC_CHUNK_WIDTH_CUBE
MC_CHUNK_WIDTH_SQR
MC_REGION_WIDTH
MC_REGION_WIDTH_SQR
SECTOR_SIZE
regionExt
structs
McChunkInfo
McRegion