Cuberite
A lightweight, fast and extensible game server for Minecraft
Public Member Functions | Public Attributes | List of all members
cChunkGeneratorThread::QueueItem Struct Reference
Collaboration diagram for cChunkGeneratorThread::QueueItem:
Collaboration graph
[legend]

Public Member Functions

 QueueItem (cChunkCoords a_Coords, bool a_ForceRegeneration, cChunkCoordCallback *a_Callback)
 

Public Attributes

cChunkCoordCallbackm_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...
 

Detailed Description

Definition at line 106 of file ChunkGeneratorThread.h.

Constructor & Destructor Documentation

◆ QueueItem()

cChunkGeneratorThread::QueueItem::QueueItem ( cChunkCoords  a_Coords,
bool  a_ForceRegeneration,
cChunkCoordCallback a_Callback 
)
inline

Definition at line 117 of file ChunkGeneratorThread.h.

Member Data Documentation

◆ m_Callback

cChunkCoordCallback* cChunkGeneratorThread::QueueItem::m_Callback

Callback to call after generating.

Definition at line 115 of file ChunkGeneratorThread.h.

◆ m_Coords

cChunkCoords cChunkGeneratorThread::QueueItem::m_Coords

The chunk coords.

Definition at line 109 of file ChunkGeneratorThread.h.

◆ m_ForceRegeneration

bool cChunkGeneratorThread::QueueItem::m_ForceRegeneration

Force the regeneration of an already existing chunk.

Definition at line 112 of file ChunkGeneratorThread.h.


The documentation for this struct was generated from the following file: