#include <BlockArea.h>
Definition at line 435 of file BlockArea.h.
◆ cChunkReader()
cBlockArea::cChunkReader::cChunkReader |
( |
cBlockArea & |
a_Area | ) |
|
◆ BlockEntity()
void cBlockArea::cChunkReader::BlockEntity |
( |
cBlockEntity * |
a_BlockEntity | ) |
|
|
overrideprotectedvirtual |
◆ ChunkData()
◆ Coords()
bool cBlockArea::cChunkReader::Coords |
( |
int |
a_ChunkX, |
|
|
int |
a_ChunkZ |
|
) |
| |
|
overrideprotectedvirtual |
◆ CopyNibbles()
void cBlockArea::cChunkReader::CopyNibbles |
( |
NIBBLETYPE * |
a_AreaDst, |
|
|
const NIBBLETYPE * |
a_ChunkSrc |
|
) |
| |
|
protected |
◆ m_Area
◆ m_AreaBounds
cCuboid cBlockArea::cChunkReader::m_AreaBounds |
|
protected |
Bounds of the whole area being read, in world coords.
Definition at line 443 of file BlockArea.h.
◆ m_CurrentChunkX
int cBlockArea::cChunkReader::m_CurrentChunkX |
|
protected |
◆ m_CurrentChunkZ
int cBlockArea::cChunkReader::m_CurrentChunkZ |
|
protected |
◆ m_Origin
Vector3i cBlockArea::cChunkReader::m_Origin |
|
protected |
The documentation for this class was generated from the following files: