Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Enumerations | |
enum class | Face { Floor , Wall , Ceiling } |
Functions | |
enum Face | Face (const BlockState Block) |
eBlockFace | Facing (const BlockState Block) |
bool | Powered (const BlockState Block) |
BlockState | WarpedButton () |
constexpr BlockState | WarpedButton (const enum Face Face, const eBlockFace Facing, const bool Powered) |
|
strong |
Enumerator | |
---|---|
Floor | |
Wall | |
Ceiling |
Definition at line 24341 of file BlockStates.h.
enum Face Block::WarpedButton::Face | ( | const BlockState | Block | ) |
Definition at line 11981 of file BlockStates.cpp.
eBlockFace Block::WarpedButton::Facing | ( | const BlockState | Block | ) |
Definition at line 11994 of file BlockStates.cpp.
bool Block::WarpedButton::Powered | ( | const BlockState | Block | ) |
Definition at line 12004 of file BlockStates.cpp.
BlockState Block::WarpedButton::WarpedButton | ( | ) |
Definition at line 11981 of file BlockStates.cpp.
|
constexpr |
Definition at line 24347 of file BlockStates.h.