Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Functions | |
BlockState | AcaciaFenceGate () |
constexpr BlockState | AcaciaFenceGate (const eBlockFace Facing, const bool InWall, const bool Open, const bool Powered) |
eBlockFace | Facing (const BlockState Block) |
bool | InWall (const BlockState Block) |
bool | Open (const BlockState Block) |
bool | Powered (const BlockState Block) |
BlockState Block::AcaciaFenceGate::AcaciaFenceGate | ( | ) |
Definition at line 129 of file BlockStates.cpp.
|
constexpr |
Definition at line 253 of file BlockStates.h.
eBlockFace Block::AcaciaFenceGate::Facing | ( | const BlockState | Block | ) |
Definition at line 133 of file BlockStates.cpp.
bool Block::AcaciaFenceGate::InWall | ( | const BlockState | Block | ) |
Definition at line 143 of file BlockStates.cpp.
bool Block::AcaciaFenceGate::Open | ( | const BlockState | Block | ) |
Definition at line 151 of file BlockStates.cpp.
bool Block::AcaciaFenceGate::Powered | ( | const BlockState | Block | ) |
Definition at line 159 of file BlockStates.cpp.