ActiveChunks

Undocumented in source.

Members

Functions

add
void add(ChunkWorldPos cwp)
Undocumented in source. Be warned that the author may not have intended to support it.
loadActiveChunks
void loadActiveChunks()
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(ChunkWorldPos cwp)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

chunks
HashSet!ChunkWorldPos chunks;
Undocumented in source.
loadChunk
void delegate(ChunkWorldPos cwp) loadChunk;
Undocumented in source.
unloadChunk
void delegate(ChunkWorldPos cwp) unloadChunk;
Undocumented in source.

Meta