Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Functions | |
unsigned char | Delay (const BlockState Block) |
eBlockFace | Facing (const BlockState Block) |
bool | Locked (const BlockState Block) |
bool | Powered (const BlockState Block) |
BlockState | Repeater () |
constexpr BlockState | Repeater (const unsigned char Delay, const eBlockFace Facing, const bool Locked, const bool Powered) |
unsigned char Block::Repeater::Delay | ( | const BlockState | Block | ) |
Definition at line 9982 of file BlockStates.cpp.
eBlockFace Block::Repeater::Facing | ( | const BlockState | Block | ) |
Definition at line 9992 of file BlockStates.cpp.
bool Block::Repeater::Locked | ( | const BlockState | Block | ) |
Definition at line 10002 of file BlockStates.cpp.
bool Block::Repeater::Powered | ( | const BlockState | Block | ) |
Definition at line 10010 of file BlockStates.cpp.
BlockState Block::Repeater::Repeater | ( | ) |
Definition at line 9978 of file BlockStates.cpp.
|
constexpr |
Definition at line 21024 of file BlockStates.h.