Ejemplo n.º 1
0
 public Chunk relativeChunk(int _x, int _y, int _z)
 {
     return(voxelObject.getChunk(x + _x, y + _y, z + _z));
 }