Cuberite
A lightweight, fast and extensible game server for Minecraft
|
#include <ChunkData.h>
Public Attributes | |
NIBBLETYPE | m_BlockLight [SectionBlockCount/2] |
NIBBLETYPE | m_BlockMetas [SectionBlockCount/2] |
NIBBLETYPE | m_BlockSkyLight [SectionBlockCount/2] |
BLOCKTYPE | m_BlockTypes [SectionBlockCount] |
Definition at line 27 of file ChunkData.h.
NIBBLETYPE cChunkData::sChunkSection::m_BlockLight[SectionBlockCount/2] |
Definition at line 31 of file ChunkData.h.
NIBBLETYPE cChunkData::sChunkSection::m_BlockMetas[SectionBlockCount/2] |
Definition at line 30 of file ChunkData.h.
NIBBLETYPE cChunkData::sChunkSection::m_BlockSkyLight[SectionBlockCount/2] |
Definition at line 32 of file ChunkData.h.
BLOCKTYPE cChunkData::sChunkSection::m_BlockTypes[SectionBlockCount] |
Definition at line 29 of file ChunkData.h.