voxelman ~master (2018-10-12T19:51:42Z)
Dub
Repo
SavedChunkData
voxelman
world
storage
chunk
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
chunk
chunkprovider
aliases
IoHandler
TaskId
classes
ChunkProvider
enums
SaveItemType
manifest constants
TASK_CANCELED_METADATA
TASK_OK_METADATA
structs
LoadedChunkData
SavedChunkData
Used to pass data to chunkmanager's onSnapshotLoaded.