![]() |
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 646 of file ChunkDef.h.
|
inline |
Definition at line 654 of file ChunkDef.h.
|
inline |
Definition at line 659 of file ChunkDef.h.
X cCoordWithData< X >::Data |
Definition at line 652 of file ChunkDef.h.
int cCoordWithData< X >::x |
Definition at line 649 of file ChunkDef.h.
int cCoordWithData< X >::y |
Definition at line 650 of file ChunkDef.h.
int cCoordWithData< X >::z |
Definition at line 651 of file ChunkDef.h.