voxelman v0.8.0 (2017-02-03T20:04:39Z)
Dub
Repo
SavedChunkData
voxelman
world
storage
chunkprovider
Used to pass data to chunkmanager's onSnapshotLoaded.
struct
SavedChunkData {
ChunkWorldPos
cwp
();
ChunkLayerTimestampItem
[]
layers
();
static
SavedChunkData
getFromQueue
(SharedQueue* queue);
}
Members
Functions
cwp
ChunkWorldPos
cwp
()
Undocumented in source. Be warned that the author may not have intended to support it.
layers
ChunkLayerTimestampItem
[]
layers
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
getFromQueue
SavedChunkData
getFromQueue
(SharedQueue* queue)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
voxelman
world
storage
chunkprovider
aliases
IoHandler
TaskId
enums
SaveItemType
manifest constants
TASK_CANCELED_METADATA
TASK_OK_METADATA
saveUnmodifiedChunks
structs
ChunkProvider
LoadedChunkData
SavedChunkData
Used to pass data to chunkmanager's onSnapshotLoaded.