Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Enumerations | |
enum class | Half { Top , Bottom } |
Functions | |
eBlockFace | Facing (const BlockState Block) |
enum Half | Half (const BlockState Block) |
bool | Open (const BlockState Block) |
bool | Powered (const BlockState Block) |
BlockState | SpruceTrapdoor () |
constexpr BlockState | SpruceTrapdoor (const eBlockFace Facing, const enum Half Half, const bool Open, const bool Powered) |
|
strong |
Enumerator | |
---|---|
Top | |
Bottom |
Definition at line 22693 of file BlockStates.h.
eBlockFace Block::SpruceTrapdoor::Facing | ( | const BlockState | Block | ) |
Definition at line 10957 of file BlockStates.cpp.
enum Half Block::SpruceTrapdoor::Half | ( | const BlockState | Block | ) |
Definition at line 10957 of file BlockStates.cpp.
bool Block::SpruceTrapdoor::Open | ( | const BlockState | Block | ) |
Definition at line 10975 of file BlockStates.cpp.
bool Block::SpruceTrapdoor::Powered | ( | const BlockState | Block | ) |
Definition at line 10983 of file BlockStates.cpp.
BlockState Block::SpruceTrapdoor::SpruceTrapdoor | ( | ) |
Definition at line 10953 of file BlockStates.cpp.
|
constexpr |
Definition at line 22698 of file BlockStates.h.