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

#include <BioGen.h>

Collaboration diagram for cBioGenCache::sCacheData:
Collaboration graph
[legend]

Public Member Functions

 sCacheData ()
 Default constructor: Fill in bogus coords so that the item is not used in the cache until properly calculated. More...
 

Public Attributes

cChunkDef::BiomeMap m_BiomeMap
 
cChunkCoords m_Coords
 

Detailed Description

Definition at line 60 of file BioGen.h.

Constructor & Destructor Documentation

◆ sCacheData()

cBioGenCache::sCacheData::sCacheData ( )
inline

Default constructor: Fill in bogus coords so that the item is not used in the cache until properly calculated.

Definition at line 66 of file BioGen.h.

Member Data Documentation

◆ m_BiomeMap

cChunkDef::BiomeMap cBioGenCache::sCacheData::m_BiomeMap

Definition at line 63 of file BioGen.h.

◆ m_Coords

cChunkCoords cBioGenCache::sCacheData::m_Coords

Definition at line 62 of file BioGen.h.


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