Go to the source code of this file.
◆ DataForChunk()
auto& DataForChunk |
( |
const cChunk & |
a_Chunk | ) |
|
|
inline |
◆ InvokeForAdjustedRelatives()
template<typename ArrayType >
◆ UpdateAdjustedRelative()
◆ UpdateAdjustedRelatives()
template<typename ArrayType >
void UpdateAdjustedRelatives |
( |
const cChunk & |
a_Chunk, |
|
|
const cChunk & |
a_TickingChunk, |
|
|
const Vector3i |
a_Position, |
|
|
const ArrayType & |
a_Relative |
|
) |
| |
|
inline |
◆ OffsetYM
constexpr Vector3i OffsetYM { 0, -1, 0 } |
|
inlineconstexpr |
◆ OffsetYP
◆ RelativeAdjacents
constexpr std::array<Vector3i, 6> RelativeAdjacents |
|
inlineconstexpr |
Initial value:{
{
{ 1, 0, 0 },
{ -1, 0, 0 },
{ 0, 1, 0 },
{ 0, -1, 0 },
{ 0, 0, 1 },
{ 0, 0, -1 },
}
}
Definition at line 57 of file RedstoneDataHelper.h.
◆ RelativeLaterals
constexpr std::array<Vector3i, 4> RelativeLaterals |
|
inlineconstexpr |
Initial value:{
{
{ 1, 0, 0 },
{ -1, 0, 0 },
{ 0, 0, 1 },
{ 0, 0, -1 },
}
}
Definition at line 69 of file RedstoneDataHelper.h.