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

Public Member Functions

 cCaveDefPoint (int a_BlockX, int a_BlockY, int a_BlockZ, int a_Radius)
 

Public Attributes

int m_BlockX
 
int m_BlockY
 
int m_BlockZ
 
int m_Radius
 

Detailed Description

Definition at line 46 of file Caves.cpp.

Constructor & Destructor Documentation

◆ cCaveDefPoint()

cCaveDefPoint::cCaveDefPoint ( int  a_BlockX,
int  a_BlockY,
int  a_BlockZ,
int  a_Radius 
)
inline

Definition at line 53 of file Caves.cpp.

Member Data Documentation

◆ m_BlockX

int cCaveDefPoint::m_BlockX

Definition at line 48 of file Caves.cpp.

◆ m_BlockY

int cCaveDefPoint::m_BlockY

Definition at line 49 of file Caves.cpp.

◆ m_BlockZ

int cCaveDefPoint::m_BlockZ

Definition at line 50 of file Caves.cpp.

◆ m_Radius

int cCaveDefPoint::m_Radius

Definition at line 51 of file Caves.cpp.


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