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