Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Functions | |
BlockState | CommandBlock () |
constexpr BlockState | CommandBlock (const bool Conditional, const eBlockFace Facing) |
bool | Conditional (const BlockState Block) |
eBlockFace | Facing (const BlockState Block) |
BlockState Block::CommandBlock::CommandBlock | ( | ) |
Definition at line 2579 of file BlockStates.cpp.
|
constexpr |
Definition at line 4473 of file BlockStates.h.
bool Block::CommandBlock::Conditional | ( | const BlockState | Block | ) |
Definition at line 2583 of file BlockStates.cpp.
eBlockFace Block::CommandBlock::Facing | ( | const BlockState | Block | ) |
Definition at line 2591 of file BlockStates.cpp.