voxelman v0.8.0 (2017-02-03T20:04:39Z)
Dub
Repo
LoadedChunkData
voxelman
world
storage
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
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.