voxelman.world.storage.chunk.manager

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.

Imports

Flag (from std.typecons)
public import std.typecons : Flag, Yes, No;
Undocumented in source.
No (from std.typecons)
public import std.typecons : Flag, Yes, No;
Undocumented in source.
Yes (from std.typecons)
public import std.typecons : Flag, Yes, No;
Undocumented in source.

Manifest constants

MAX_CHUNK_LAYERS
enum MAX_CHUNK_LAYERS;
Undocumented in source.

Structs

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

Meta

Authors

Andrey Penechko.