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 | OakTrapdoor () |
constexpr BlockState | OakTrapdoor (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 14830 of file BlockStates.h.
eBlockFace Block::OakTrapdoor::Facing | ( | const BlockState | Block | ) |
Definition at line 7677 of file BlockStates.cpp.
enum Half Block::OakTrapdoor::Half | ( | const BlockState | Block | ) |
Definition at line 7677 of file BlockStates.cpp.
BlockState Block::OakTrapdoor::OakTrapdoor | ( | ) |
Definition at line 7673 of file BlockStates.cpp.
|
constexpr |
Definition at line 14835 of file BlockStates.h.
bool Block::OakTrapdoor::Open | ( | const BlockState | Block | ) |
Definition at line 7695 of file BlockStates.cpp.
bool Block::OakTrapdoor::Powered | ( | const BlockState | Block | ) |
Definition at line 7703 of file BlockStates.cpp.