voxelman.world.storage.chunkmanager

Public Imports

std.typecons
public import std.typecons : Flag, Yes, No;

Members

Classes

ChunkManager
class ChunkManager
Undocumented in source.

Enums

WriteBufferPolicy
enum WriteBufferPolicy
Undocumented in source.

Functions

getChunkSnapshots
Nullable!ChunkLayerSnap[len] getChunkSnapshots(ChunkManager cm, ChunkWorldPos[len] positions, ubyte layer, Flag!"Uncompress" uncompress)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

MAX_CHUNK_LAYERS
enum MAX_CHUNK_LAYERS;
Undocumented in source.
ZERO_CWP
enum ZERO_CWP;
Undocumented in source.

Structs

AdjChunkLayers27
struct AdjChunkLayers27
Undocumented in source.
AdjChunkPositions27
struct AdjChunkPositions27
Undocumented in source.
ChunkLayerInfo
struct ChunkLayerInfo
Undocumented in source.

Meta

Authors

Andrey Penechko.