| 292 | /** Returns the internal pointer to the block types */ |
| 293 | BLOCKTYPE * GetBlockTypes (void) const { return m_BlockTypes; } |
| 294 | NIBBLETYPE * GetBlockMetas (void) const { return m_BlockMetas; } // NOTE: one byte per block! |
| 295 | NIBBLETYPE * GetBlockLight (void) const { return m_BlockLight; } // NOTE: one byte per block! |
| 296 | NIBBLETYPE * GetBlockSkyLight(void) const { return m_BlockSkyLight; } // NOTE: one byte per block! |
| 297 | int GetBlockCount(void) const { return m_Size.x * m_Size.y * m_Size.z; } |
no outgoing calls
no test coverage detected