Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Enumerations | |
enum class | Part { Head , Foot } |
Functions | |
eBlockFace | Facing (const BlockState Block) |
BlockState | GreenBed () |
constexpr BlockState | GreenBed (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 9264 of file BlockStates.h.
eBlockFace Block::GreenBed::Facing | ( | const BlockState | Block | ) |
Definition at line 4928 of file BlockStates.cpp.
BlockState Block::GreenBed::GreenBed | ( | ) |
Definition at line 4924 of file BlockStates.cpp.
|
constexpr |
Definition at line 9269 of file BlockStates.h.
bool Block::GreenBed::Occupied | ( | const BlockState | Block | ) |
Definition at line 4938 of file BlockStates.cpp.
enum Part Block::GreenBed::Part | ( | const BlockState | Block | ) |
Definition at line 4938 of file BlockStates.cpp.