Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Generic template that can store any kind of data together with a triplet of 3 coords. More...
#include <ChunkDef.h>
Public Member Functions | |
cCoordWithData (int a_X, int a_Y, int a_Z) | |
cCoordWithData (int a_X, int a_Y, int a_Z, const X &a_Data) | |
Public Attributes | |
X | Data |
int | x |
int | y |
int | z |
Generic template that can store any kind of data together with a triplet of 3 coords.
Definition at line 481 of file ChunkDef.h.
|
inline |
Definition at line 489 of file ChunkDef.h.
|
inline |
Definition at line 494 of file ChunkDef.h.
X cCoordWithData< X >::Data |
Definition at line 487 of file ChunkDef.h.
int cCoordWithData< X >::x |
Definition at line 484 of file ChunkDef.h.
int cCoordWithData< X >::y |
Definition at line 485 of file ChunkDef.h.
int cCoordWithData< X >::z |
Definition at line 486 of file ChunkDef.h.