![]() |
Cuberite
A lightweight, fast and extensible game server for Minecraft
|
#include <ChunkDef.h>
Public Member Functions | |
cChunkCoordsWithBool (int a_ChunkX, int a_ChunkZ, bool a_ForceGenerate) | |
bool | operator== (const cChunkCoordsWithBool &a_Other) const |
Public Attributes | |
int | m_ChunkX |
int | m_ChunkZ |
bool | m_ForceGenerate |
Definition at line 588 of file ChunkDef.h.
|
inline |
Definition at line 595 of file ChunkDef.h.
|
inline |
Definition at line 597 of file ChunkDef.h.
int cChunkCoordsWithBool::m_ChunkX |
Definition at line 591 of file ChunkDef.h.
int cChunkCoordsWithBool::m_ChunkZ |
Definition at line 592 of file ChunkDef.h.
bool cChunkCoordsWithBool::m_ForceGenerate |
Definition at line 593 of file ChunkDef.h.