Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Functions | |
BlockState | Dropper () |
constexpr BlockState | Dropper (const eBlockFace Facing, const bool Triggered) |
eBlockFace | Facing (const BlockState Block) |
bool | Triggered (const BlockState Block) |
BlockState Block::Dropper::Dropper | ( | ) |
Definition at line 4160 of file BlockStates.cpp.
|
constexpr |
Definition at line 6927 of file BlockStates.h.
eBlockFace Block::Dropper::Facing | ( | const BlockState | Block | ) |
Definition at line 4164 of file BlockStates.cpp.
bool Block::Dropper::Triggered | ( | const BlockState | Block | ) |
Definition at line 4176 of file BlockStates.cpp.