![]() |
Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Enumerations | |
enum class | Part { Head , Foot } |
Functions | |
eBlockFace | Facing (const BlockState Block) |
BlockState | LimeBed () |
constexpr BlockState | LimeBed (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 11220 of file BlockStates.h.
eBlockFace Block::LimeBed::Facing | ( | const BlockState | Block | ) |
Definition at line 6422 of file BlockStates.cpp.
BlockState Block::LimeBed::LimeBed | ( | ) |
Definition at line 6418 of file BlockStates.cpp.
|
constexpr |
Definition at line 11225 of file BlockStates.h.
bool Block::LimeBed::Occupied | ( | const BlockState | Block | ) |
Definition at line 6432 of file BlockStates.cpp.
enum Part Block::LimeBed::Part | ( | const BlockState | Block | ) |
Definition at line 6432 of file BlockStates.cpp.