Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Enumerations | |
enum class | Half { Top , Bottom } |
Functions | |
BlockState | AcaciaTrapdoor () |
constexpr BlockState | AcaciaTrapdoor (const eBlockFace Facing, const enum Half Half, const bool Open, const bool Powered) |
eBlockFace | Facing (const BlockState Block) |
enum Half | Half (const BlockState Block) |
bool | Open (const BlockState Block) |
bool | Powered (const BlockState Block) |
|
strong |
Enumerator | |
---|---|
Top | |
Bottom |
Definition at line 514 of file BlockStates.h.
BlockState Block::AcaciaTrapdoor::AcaciaTrapdoor | ( | ) |
Definition at line 328 of file BlockStates.cpp.
|
constexpr |
Definition at line 519 of file BlockStates.h.
eBlockFace Block::AcaciaTrapdoor::Facing | ( | const BlockState | Block | ) |
Definition at line 332 of file BlockStates.cpp.
enum Half Block::AcaciaTrapdoor::Half | ( | const BlockState | Block | ) |
Definition at line 332 of file BlockStates.cpp.
bool Block::AcaciaTrapdoor::Open | ( | const BlockState | Block | ) |
Definition at line 350 of file BlockStates.cpp.
bool Block::AcaciaTrapdoor::Powered | ( | const BlockState | Block | ) |
Definition at line 358 of file BlockStates.cpp.