Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Public Member Functions | |
QueueItem (cChunkCoords a_Coords, bool a_ForceRegeneration, cChunkCoordCallback *a_Callback) | |
Public Attributes | |
cChunkCoordCallback * | m_Callback |
Callback to call after generating. More... | |
cChunkCoords | m_Coords |
The chunk coords. More... | |
bool | m_ForceRegeneration |
Force the regeneration of an already existing chunk. More... | |
Definition at line 106 of file ChunkGeneratorThread.h.
|
inline |
Definition at line 117 of file ChunkGeneratorThread.h.
cChunkCoordCallback* cChunkGeneratorThread::QueueItem::m_Callback |
Callback to call after generating.
Definition at line 115 of file ChunkGeneratorThread.h.
cChunkCoords cChunkGeneratorThread::QueueItem::m_Coords |
The chunk coords.
Definition at line 109 of file ChunkGeneratorThread.h.
bool cChunkGeneratorThread::QueueItem::m_ForceRegeneration |
Force the regeneration of an already existing chunk.
Definition at line 112 of file ChunkGeneratorThread.h.