ChunkStorage

Members

Functions

getChunk
Chunk* getChunk(ChunkWorldPos position)
Undocumented in source. Be warned that the author may not have intended to support it.
loadChunk
bool loadChunk(ChunkWorldPos position)
Undocumented in source. Be warned that the author may not have intended to support it.
removeChunk
void removeChunk(Chunk* chunk)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

chunks
Chunk*[ChunkWorldPos] chunks;
Undocumented in source.
onChunkAddedHandlers
void delegate(Chunk* chunk)[] onChunkAddedHandlers;
Undocumented in source.
onChunkRemovedHandlers
void delegate(Chunk* chunk)[] onChunkRemovedHandlers;
Undocumented in source.
removeQueue
ChunkRemoveQueue removeQueue;
Undocumented in source.

Meta