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) |
BlockState | IronTrapdoor () |
constexpr BlockState | IronTrapdoor (const eBlockFace Facing, const enum Half Half, const bool Open, const bool Powered) |
bool | Open (const BlockState Block) |
bool | Powered (const BlockState Block) |
|
strong |
Enumerator | |
---|---|
Top | |
Bottom |
Definition at line 9817 of file BlockStates.h.
eBlockFace Block::IronTrapdoor::Facing | ( | const BlockState | Block | ) |
Definition at line 5315 of file BlockStates.cpp.
enum Half Block::IronTrapdoor::Half | ( | const BlockState | Block | ) |
Definition at line 5315 of file BlockStates.cpp.
BlockState Block::IronTrapdoor::IronTrapdoor | ( | ) |
Definition at line 5311 of file BlockStates.cpp.
|
constexpr |
Definition at line 9822 of file BlockStates.h.
bool Block::IronTrapdoor::Open | ( | const BlockState | Block | ) |
Definition at line 5333 of file BlockStates.cpp.
bool Block::IronTrapdoor::Powered | ( | const BlockState | Block | ) |
Definition at line 5341 of file BlockStates.cpp.