voxelman ~master (2018-10-12T19:51:42Z)
Dub
Repo
LoadedChunkData
voxelman
world
storage
chunk
chunkprovider
Used to pass data to chunkmanager's onSnapshotLoaded.
struct
LoadedChunkData {
ChunkWorldPos
cwp
();
ChunkLayerItem
[]
layers
();
static
LoadedChunkData
getFromQueue
(SharedQueue* queue);
}
Members
Functions
cwp
ChunkWorldPos
cwp
()
Undocumented in source. Be warned that the author may not have intended to support it.
layers
ChunkLayerItem
[]
layers
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
getFromQueue
LoadedChunkData
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.