#include <ChunkDef.h>
|
Vector3i | GetAbsolutePos () const |
| Returns the absolute coords of the stored block. More...
|
|
Vector3i | GetRelativePos () const |
| Returns the relative position of the stored block within its chunk. More...
|
|
int | GetX (void) const |
| Returns the absolute X coord of the stored block. More...
|
|
int | GetY (void) const |
| Returns the absolute Y coord of the stored block. More...
|
|
int | GetZ (void) const |
| Returns the absolute Z coord of the stored block. More...
|
|
| sSetBlock (int a_BlockX, int a_BlockY, int a_BlockZ, BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta) |
|
| sSetBlock (int a_ChunkX, int a_ChunkZ, int a_RelX, int a_RelY, int a_RelZ, BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta) |
|
| sSetBlock (Vector3i a_BlockPos, BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta) |
|
Definition at line 386 of file ChunkDef.h.
◆ sSetBlock() [1/3]
sSetBlock::sSetBlock |
( |
int |
a_BlockX, |
|
|
int |
a_BlockY, |
|
|
int |
a_BlockZ, |
|
|
BLOCKTYPE |
a_BlockType, |
|
|
NIBBLETYPE |
a_BlockMeta |
|
) |
| |
|
inline |
◆ sSetBlock() [2/3]
◆ sSetBlock() [3/3]
sSetBlock::sSetBlock |
( |
int |
a_ChunkX, |
|
|
int |
a_ChunkZ, |
|
|
int |
a_RelX, |
|
|
int |
a_RelY, |
|
|
int |
a_RelZ, |
|
|
BLOCKTYPE |
a_BlockType, |
|
|
NIBBLETYPE |
a_BlockMeta |
|
) |
| |
|
inline |
◆ GetAbsolutePos()
Vector3i sSetBlock::GetAbsolutePos |
( |
| ) |
const |
|
inline |
Returns the absolute coords of the stored block.
Definition at line 429 of file ChunkDef.h.
◆ GetRelativePos()
Vector3i sSetBlock::GetRelativePos |
( |
| ) |
const |
|
inline |
Returns the relative position of the stored block within its chunk.
Definition at line 435 of file ChunkDef.h.
◆ GetX()
int sSetBlock::GetX |
( |
void |
| ) |
const |
|
inline |
Returns the absolute X coord of the stored block.
Definition at line 419 of file ChunkDef.h.
◆ GetY()
int sSetBlock::GetY |
( |
void |
| ) |
const |
|
inline |
Returns the absolute Y coord of the stored block.
Is the same as relative Y coords, because there's no Y relativization.
Definition at line 423 of file ChunkDef.h.
◆ GetZ()
int sSetBlock::GetZ |
( |
void |
| ) |
const |
|
inline |
Returns the absolute Z coord of the stored block.
Definition at line 426 of file ChunkDef.h.
◆ m_BlockMeta
◆ m_BlockType
◆ m_ChunkX
◆ m_ChunkZ
◆ m_RelX
◆ m_RelY
◆ m_RelZ
The documentation for this struct was generated from the following file: