Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Enumerations | |
enum class | Attachment { Floor , Ceiling , SingleWall , DoubleWall } |
Functions | |
enum Attachment | Attachment (const BlockState Block) |
BlockState | Bell () |
constexpr BlockState | Bell (const enum Attachment Attachment, const eBlockFace Facing, const bool Powered) |
eBlockFace | Facing (const BlockState Block) |
bool | Powered (const BlockState Block) |
|
strong |
Enumerator | |
---|---|
Floor | |
Ceiling | |
SingleWall | |
DoubleWall |
Definition at line 1299 of file BlockStates.h.
enum Attachment Block::Bell::Attachment | ( | const BlockState | Block | ) |
Definition at line 760 of file BlockStates.cpp.
BlockState Block::Bell::Bell | ( | ) |
Definition at line 760 of file BlockStates.cpp.
|
constexpr |
Definition at line 1306 of file BlockStates.h.
eBlockFace Block::Bell::Facing | ( | const BlockState | Block | ) |
Definition at line 774 of file BlockStates.cpp.
bool Block::Bell::Powered | ( | const BlockState | Block | ) |
Definition at line 784 of file BlockStates.cpp.