Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Functions | |
eBlockFace | Facing (const BlockState Block) |
bool | InWall (const BlockState Block) |
BlockState | OakFenceGate () |
constexpr BlockState | OakFenceGate (const eBlockFace Facing, const bool InWall, const bool Open, const bool Powered) |
bool | Open (const BlockState Block) |
bool | Powered (const BlockState Block) |
eBlockFace Block::OakFenceGate::Facing | ( | const BlockState | Block | ) |
Definition at line 7478 of file BlockStates.cpp.
bool Block::OakFenceGate::InWall | ( | const BlockState | Block | ) |
Definition at line 7488 of file BlockStates.cpp.
BlockState Block::OakFenceGate::OakFenceGate | ( | ) |
Definition at line 7474 of file BlockStates.cpp.
|
constexpr |
Definition at line 14569 of file BlockStates.h.
bool Block::OakFenceGate::Open | ( | const BlockState | Block | ) |
Definition at line 7496 of file BlockStates.cpp.
bool Block::OakFenceGate::Powered | ( | const BlockState | Block | ) |
Definition at line 7504 of file BlockStates.cpp.