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 | JungleTrapdoor () |
constexpr BlockState | JungleTrapdoor (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 10453 of file BlockStates.h.
eBlockFace Block::JungleTrapdoor::Facing | ( | const BlockState | Block | ) |
Definition at line 5734 of file BlockStates.cpp.
enum Half Block::JungleTrapdoor::Half | ( | const BlockState | Block | ) |
Definition at line 5734 of file BlockStates.cpp.
BlockState Block::JungleTrapdoor::JungleTrapdoor | ( | ) |
Definition at line 5730 of file BlockStates.cpp.
|
constexpr |
Definition at line 10458 of file BlockStates.h.
bool Block::JungleTrapdoor::Open | ( | const BlockState | Block | ) |
Definition at line 5752 of file BlockStates.cpp.
bool Block::JungleTrapdoor::Powered | ( | const BlockState | Block | ) |
Definition at line 5760 of file BlockStates.cpp.