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 | WarpedFenceGate () |
constexpr BlockState | WarpedFenceGate (const eBlockFace Facing, const bool InWall, const bool Open, const bool Powered) |
eBlockFace Block::WarpedFenceGate::Facing | ( | const BlockState | Block | ) |
Definition at line 12107 of file BlockStates.cpp.
bool Block::WarpedFenceGate::InWall | ( | const BlockState | Block | ) |
Definition at line 12117 of file BlockStates.cpp.
bool Block::WarpedFenceGate::Open | ( | const BlockState | Block | ) |
Definition at line 12125 of file BlockStates.cpp.
bool Block::WarpedFenceGate::Powered | ( | const BlockState | Block | ) |
Definition at line 12133 of file BlockStates.cpp.
BlockState Block::WarpedFenceGate::WarpedFenceGate | ( | ) |
Definition at line 12103 of file BlockStates.cpp.
|
constexpr |
Definition at line 24583 of file BlockStates.h.