Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Enumerations | |
enum class | Part { Head , Foot } |
Functions | |
eBlockFace | Facing (const BlockState Block) |
BlockState | LightBlueBed () |
constexpr BlockState | LightBlueBed (const eBlockFace Facing, const bool Occupied, const enum Part Part) |
bool | Occupied (const BlockState Block) |
enum Part | Part (const BlockState Block) |
|
strong |
Enumerator | |
---|---|
Head | |
Foot |
Definition at line 10791 of file BlockStates.h.
eBlockFace Block::LightBlueBed::Facing | ( | const BlockState | Block | ) |
Definition at line 6028 of file BlockStates.cpp.
BlockState Block::LightBlueBed::LightBlueBed | ( | ) |
Definition at line 6024 of file BlockStates.cpp.
|
constexpr |
Definition at line 10796 of file BlockStates.h.
bool Block::LightBlueBed::Occupied | ( | const BlockState | Block | ) |
Definition at line 6038 of file BlockStates.cpp.
enum Part Block::LightBlueBed::Part | ( | const BlockState | Block | ) |
Definition at line 6038 of file BlockStates.cpp.