Cuberite
A lightweight, fast and extensible game server for Minecraft
Public Member Functions | Public Attributes | List of all members
cChunkCoordsWithBool Class Reference

#include <ChunkDef.h>

Public Member Functions

 cChunkCoordsWithBool (int a_ChunkX, int a_ChunkZ, bool a_ForceGenerate)
 
bool operator== (const cChunkCoordsWithBool &a_Other) const
 

Public Attributes

int m_ChunkX
 
int m_ChunkZ
 
bool m_ForceGenerate
 

Detailed Description

Definition at line 588 of file ChunkDef.h.

Constructor & Destructor Documentation

cChunkCoordsWithBool::cChunkCoordsWithBool ( int  a_ChunkX,
int  a_ChunkZ,
bool  a_ForceGenerate 
)
inline

Definition at line 595 of file ChunkDef.h.

Member Function Documentation

bool cChunkCoordsWithBool::operator== ( const cChunkCoordsWithBool a_Other) const
inline

Definition at line 597 of file ChunkDef.h.

Member Data Documentation

int cChunkCoordsWithBool::m_ChunkX

Definition at line 591 of file ChunkDef.h.

int cChunkCoordsWithBool::m_ChunkZ

Definition at line 592 of file ChunkDef.h.

bool cChunkCoordsWithBool::m_ForceGenerate

Definition at line 593 of file ChunkDef.h.


The documentation for this class was generated from the following file: