Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Functions | |
eBlockFace | Facing (const BlockState Block) |
bool | InWall (const BlockState Block) |
bool | Open (const BlockState Block) |
bool | Powered (const BlockState Block) |
BlockState | SpruceFenceGate () |
constexpr BlockState | SpruceFenceGate (const eBlockFace Facing, const bool InWall, const bool Open, const bool Powered) |
eBlockFace Block::SpruceFenceGate::Facing | ( | const BlockState | Block | ) |
Definition at line 10758 of file BlockStates.cpp.
bool Block::SpruceFenceGate::InWall | ( | const BlockState | Block | ) |
Definition at line 10768 of file BlockStates.cpp.
bool Block::SpruceFenceGate::Open | ( | const BlockState | Block | ) |
Definition at line 10776 of file BlockStates.cpp.
bool Block::SpruceFenceGate::Powered | ( | const BlockState | Block | ) |
Definition at line 10784 of file BlockStates.cpp.
BlockState Block::SpruceFenceGate::SpruceFenceGate | ( | ) |
Definition at line 10754 of file BlockStates.cpp.
|
constexpr |
Definition at line 22432 of file BlockStates.h.