Cuberite
A lightweight, fast and extensible game server for Minecraft
|
#include <CompoGen.h>
Public Attributes | |
cChunkDesc::BlockNibbleBytes | m_BlockMetas |
cChunkDef::BlockTypes | m_BlockTypes |
int | m_ChunkX |
int | m_ChunkZ |
cChunkDef::HeightMap | m_HeightMap |
Definition at line 129 of file CompoGen.h.
cChunkDesc::BlockNibbleBytes cCompoGenCache::sCacheData::m_BlockMetas |
Definition at line 134 of file CompoGen.h.
cChunkDef::BlockTypes cCompoGenCache::sCacheData::m_BlockTypes |
Definition at line 133 of file CompoGen.h.
int cCompoGenCache::sCacheData::m_ChunkX |
Definition at line 131 of file CompoGen.h.
int cCompoGenCache::sCacheData::m_ChunkZ |
Definition at line 132 of file CompoGen.h.
cChunkDef::HeightMap cCompoGenCache::sCacheData::m_HeightMap |
Definition at line 135 of file CompoGen.h.