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