Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Functions | |
BlockState | AcaciaFence () |
constexpr BlockState | AcaciaFence (const bool East, const bool North, const bool South, const bool West) |
bool | East (const BlockState Block) |
bool | North (const BlockState Block) |
bool | South (const BlockState Block) |
bool | West (const BlockState Block) |
BlockState Block::AcaciaFence::AcaciaFence | ( | ) |
Definition at line 90 of file BlockStates.cpp.
|
constexpr |
Definition at line 212 of file BlockStates.h.
bool Block::AcaciaFence::East | ( | const BlockState | Block | ) |
Definition at line 94 of file BlockStates.cpp.
bool Block::AcaciaFence::North | ( | const BlockState | Block | ) |
Definition at line 102 of file BlockStates.cpp.
bool Block::AcaciaFence::South | ( | const BlockState | Block | ) |
Definition at line 110 of file BlockStates.cpp.
bool Block::AcaciaFence::West | ( | const BlockState | Block | ) |
Definition at line 118 of file BlockStates.cpp.