Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Wraps the chunk coords into a single structure. More...
#include <ChunkDef.h>
Public Member Functions | |
cChunkCoords (int a_ChunkX, int a_ChunkZ) | |
bool | operator!= (const cChunkCoords &a_Other) const |
bool | operator< (const cChunkCoords &a_Other) const |
Simple comparison, to support ordering. More... | |
bool | operator== (const cChunkCoords &a_Other) const |
AString | ToString () const |
Returns a string that describes the chunk coords, suitable for logging. More... | |
Public Attributes | |
int | m_ChunkX |
int | m_ChunkZ |
Wraps the chunk coords into a single structure.
Definition at line 56 of file ChunkDef.h.
|
inline |
Definition at line 62 of file ChunkDef.h.
|
inline |
Definition at line 71 of file ChunkDef.h.
|
inline |
Simple comparison, to support ordering.
Definition at line 78 of file ChunkDef.h.
|
inline |
Definition at line 65 of file ChunkDef.h.
|
inline |
Returns a string that describes the chunk coords, suitable for logging.
Definition at line 92 of file ChunkDef.h.
int cChunkCoords::m_ChunkX |
Definition at line 59 of file ChunkDef.h.
int cChunkCoords::m_ChunkZ |
Definition at line 60 of file ChunkDef.h.