mcpp
C++ Minecraft Library
util.h File Reference

Coordinate class. More...

#include "block.h"
#include <cstddef>
#include <iterator>
#include <ostream>
#include <vector>
Include dependency graph for util.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mcpp::Coordinate
 
struct  mcpp::Chunk
 
struct  mcpp::Chunk::Iterator
 An iterator for the Chunk's 3D block data. More...
 
struct  mcpp::HeightMap
 
struct  mcpp::HeightMap::Iterator
 An iterator for the HeightMap structure. More...
 

Namespaces

 mcpp
 Namespace containing all the the mcpp library classes.
 

Detailed Description

Coordinate class.