Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Enumerations | |
enum class | Part { Head , Foot } |
Functions | |
BlockState | BlueBed () |
constexpr BlockState | BlueBed (const eBlockFace Facing, const bool Occupied, const enum Part Part) |
eBlockFace | Facing (const BlockState Block) |
bool | Occupied (const BlockState Block) |
enum Part | Part (const BlockState Block) |
|
strong |
Enumerator | |
---|---|
Head | |
Foot |
Definition at line 2599 of file BlockStates.h.
BlockState Block::BlueBed::BlueBed | ( | ) |
Definition at line 1522 of file BlockStates.cpp.
|
constexpr |
Definition at line 2604 of file BlockStates.h.
eBlockFace Block::BlueBed::Facing | ( | const BlockState | Block | ) |
Definition at line 1526 of file BlockStates.cpp.
bool Block::BlueBed::Occupied | ( | const BlockState | Block | ) |
Definition at line 1536 of file BlockStates.cpp.
enum Part Block::BlueBed::Part | ( | const BlockState | Block | ) |
Definition at line 1536 of file BlockStates.cpp.