Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Functions | |
eBlockFace | Facing (const BlockState Block) |
bool | HasBook (const BlockState Block) |
BlockState | Lectern () |
constexpr BlockState | Lectern (const eBlockFace Facing, const bool HasBook, const bool Powered) |
bool | Powered (const BlockState Block) |
eBlockFace Block::Lectern::Facing | ( | const BlockState | Block | ) |
Definition at line 5932 of file BlockStates.cpp.
bool Block::Lectern::HasBook | ( | const BlockState | Block | ) |
Definition at line 5942 of file BlockStates.cpp.
BlockState Block::Lectern::Lectern | ( | ) |
Definition at line 5928 of file BlockStates.cpp.
|
constexpr |
Definition at line 10674 of file BlockStates.h.
bool Block::Lectern::Powered | ( | const BlockState | Block | ) |
Definition at line 5950 of file BlockStates.cpp.