Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Functions | |
eBlockFace | Facing (const BlockState Block) |
bool | InWall (const BlockState Block) |
BlockState | JungleFenceGate () |
constexpr BlockState | JungleFenceGate (const eBlockFace Facing, const bool InWall, const bool Open, const bool Powered) |
bool | Open (const BlockState Block) |
bool | Powered (const BlockState Block) |
eBlockFace Block::JungleFenceGate::Facing | ( | const BlockState | Block | ) |
Definition at line 5535 of file BlockStates.cpp.
bool Block::JungleFenceGate::InWall | ( | const BlockState | Block | ) |
Definition at line 5545 of file BlockStates.cpp.
BlockState Block::JungleFenceGate::JungleFenceGate | ( | ) |
Definition at line 5531 of file BlockStates.cpp.
|
constexpr |
Definition at line 10192 of file BlockStates.h.
bool Block::JungleFenceGate::Open | ( | const BlockState | Block | ) |
Definition at line 5553 of file BlockStates.cpp.
bool Block::JungleFenceGate::Powered | ( | const BlockState | Block | ) |
Definition at line 5561 of file BlockStates.cpp.