Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Enumerations | |
enum class | Part { Head , Foot } |
Functions | |
eBlockFace | Facing (const BlockState Block) |
bool | Occupied (const BlockState Block) |
BlockState | OrangeBed () |
constexpr BlockState | OrangeBed (const eBlockFace Facing, const bool Occupied, const enum Part Part) |
enum Part | Part (const BlockState Block) |
|
strong |
Enumerator | |
---|---|
Head | |
Foot |
Definition at line 14993 of file BlockStates.h.
eBlockFace Block::OrangeBed::Facing | ( | const BlockState | Block | ) |
Definition at line 7810 of file BlockStates.cpp.
bool Block::OrangeBed::Occupied | ( | const BlockState | Block | ) |
Definition at line 7820 of file BlockStates.cpp.
BlockState Block::OrangeBed::OrangeBed | ( | ) |
Definition at line 7806 of file BlockStates.cpp.
|
constexpr |
Definition at line 14998 of file BlockStates.h.
enum Part Block::OrangeBed::Part | ( | const BlockState | Block | ) |
Definition at line 7820 of file BlockStates.cpp.