Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Enumerations | |
enum class | Mode { Compare , Subtract } |
Functions | |
BlockState | Comparator () |
constexpr BlockState | Comparator (const eBlockFace Facing, const enum Mode Mode, const bool Powered) |
eBlockFace | Facing (const BlockState Block) |
enum Mode | Mode (const BlockState Block) |
bool | Powered (const BlockState Block) |
|
strong |
Enumerator | |
---|---|
Compare | |
Subtract |
Definition at line 4496 of file BlockStates.h.
BlockState Block::Comparator::Comparator | ( | ) |
Definition at line 2606 of file BlockStates.cpp.
|
constexpr |
Definition at line 4501 of file BlockStates.h.
eBlockFace Block::Comparator::Facing | ( | const BlockState | Block | ) |
Definition at line 2610 of file BlockStates.cpp.
enum Mode Block::Comparator::Mode | ( | const BlockState | Block | ) |
Definition at line 2610 of file BlockStates.cpp.
bool Block::Comparator::Powered | ( | const BlockState | Block | ) |
Definition at line 2628 of file BlockStates.cpp.