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) |
BlockState | PolishedBlackstoneButton () |
constexpr BlockState | PolishedBlackstoneButton (const enum Face Face, const eBlockFace Facing, const bool Powered) |
bool | Powered (const BlockState Block) |
|
strong |
Enumerator | |
---|---|
Floor | |
Wall | |
Ceiling |
Definition at line 16044 of file BlockStates.h.
enum Face Block::PolishedBlackstoneButton::Face | ( | const BlockState | Block | ) |
Definition at line 8467 of file BlockStates.cpp.
eBlockFace Block::PolishedBlackstoneButton::Facing | ( | const BlockState | Block | ) |
Definition at line 8480 of file BlockStates.cpp.
BlockState Block::PolishedBlackstoneButton::PolishedBlackstoneButton | ( | ) |
Definition at line 8467 of file BlockStates.cpp.
|
constexpr |
Definition at line 16050 of file BlockStates.h.
bool Block::PolishedBlackstoneButton::Powered | ( | const BlockState | Block | ) |
Definition at line 8490 of file BlockStates.cpp.