Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Functions | |
BlockState | BirchFenceGate () |
constexpr BlockState | BirchFenceGate (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::BirchFenceGate::BirchFenceGate | ( | ) |
Definition at line 917 of file BlockStates.cpp.
|
constexpr |
Definition at line 1610 of file BlockStates.h.
eBlockFace Block::BirchFenceGate::Facing | ( | const BlockState | Block | ) |
Definition at line 921 of file BlockStates.cpp.
bool Block::BirchFenceGate::InWall | ( | const BlockState | Block | ) |
Definition at line 931 of file BlockStates.cpp.
bool Block::BirchFenceGate::Open | ( | const BlockState | Block | ) |
Definition at line 939 of file BlockStates.cpp.
bool Block::BirchFenceGate::Powered | ( | const BlockState | Block | ) |
Definition at line 947 of file BlockStates.cpp.