Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Functions | |
BlockState | CrimsonFenceGate () |
constexpr BlockState | CrimsonFenceGate (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::CrimsonFenceGate::CrimsonFenceGate | ( | ) |
Definition at line 2847 of file BlockStates.cpp.
|
constexpr |
Definition at line 4876 of file BlockStates.h.
eBlockFace Block::CrimsonFenceGate::Facing | ( | const BlockState | Block | ) |
Definition at line 2851 of file BlockStates.cpp.
bool Block::CrimsonFenceGate::InWall | ( | const BlockState | Block | ) |
Definition at line 2861 of file BlockStates.cpp.
bool Block::CrimsonFenceGate::Open | ( | const BlockState | Block | ) |
Definition at line 2869 of file BlockStates.cpp.
bool Block::CrimsonFenceGate::Powered | ( | const BlockState | Block | ) |
Definition at line 2877 of file BlockStates.cpp.