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) |
enum Part | Part (const BlockState Block) |
BlockState | RedBed () |
constexpr BlockState | RedBed (const eBlockFace Facing, const bool Occupied, const enum Part Part) |
|
strong |
Enumerator | |
---|---|
Head | |
Foot |
Definition at line 17942 of file BlockStates.h.
eBlockFace Block::RedBed::Facing | ( | const BlockState | Block | ) |
Definition at line 9425 of file BlockStates.cpp.
bool Block::RedBed::Occupied | ( | const BlockState | Block | ) |
Definition at line 9435 of file BlockStates.cpp.
enum Part Block::RedBed::Part | ( | const BlockState | Block | ) |
Definition at line 9435 of file BlockStates.cpp.
BlockState Block::RedBed::RedBed | ( | ) |
Definition at line 9421 of file BlockStates.cpp.
|
constexpr |
Definition at line 17947 of file BlockStates.h.