![]() |
Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Enumerations | |
enum class | Face { Floor , Wall , Ceiling } |
Functions | |
BlockState | BirchButton () |
constexpr BlockState | BirchButton (const enum Face Face, const eBlockFace Facing, const bool Powered) |
enum Face | Face (const BlockState Block) |
eBlockFace | Facing (const BlockState Block) |
bool | Powered (const BlockState Block) |
|
strong |
Enumerator | |
---|---|
Floor | |
Wall | |
Ceiling |
Definition at line 1368 of file BlockStates.h.
BlockState Block::BirchButton::BirchButton | ( | ) |
Definition at line 795 of file BlockStates.cpp.
|
constexpr |
Definition at line 1374 of file BlockStates.h.
enum Face Block::BirchButton::Face | ( | const BlockState | Block | ) |
Definition at line 795 of file BlockStates.cpp.
eBlockFace Block::BirchButton::Facing | ( | const BlockState | Block | ) |
Definition at line 808 of file BlockStates.cpp.
bool Block::BirchButton::Powered | ( | const BlockState | Block | ) |
Definition at line 818 of file BlockStates.cpp.