mcpp
C++ Minecraft Library
Loading...
Searching...
No Matches
mcpp Namespace Reference

Namespace containing all the the mcpp library classes. More...

Classes

struct  Blocks
 
class  BlockType
 
struct  Chunk
 
struct  Coordinate
 
struct  HeightMap
 
class  MinecraftConnection
 

Functions

std::string to_string (const Coordinate &coord)
 Convert coordinate to string representation.
 

Variables

const uint16_t MCPP_PORT = 4711
 

Detailed Description

Namespace containing all the the mcpp library classes.

The mcpp namespace includes classes and functions designed to facilitate interaction with the Minecraft world through various server commands and data manipulations.

Function Documentation

◆ to_string()

std::string mcpp::to_string ( const Coordinate coord)

Convert coordinate to string representation.

Parameters
coordThe coordinate to stringify
Returns
stringified coordinate

Variable Documentation

◆ MCPP_PORT

const uint16_t mcpp::MCPP_PORT = 4711