![]() |
Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Enumerations | |
enum class | Type { Single , Left , Right } |
Functions | |
BlockState | Chest () |
constexpr BlockState | Chest (const eBlockFace Facing, const enum Type Type) |
eBlockFace | Facing (const BlockState Block) |
enum Type | Type (const BlockState Block) |
|
strong |
Enumerator | |
---|---|
Single | |
Left | |
Right |
Definition at line 3786 of file BlockStates.h.
BlockState Block::Chest::Chest | ( | ) |
Definition at line 2297 of file BlockStates.cpp.
|
constexpr |
Definition at line 3792 of file BlockStates.h.
eBlockFace Block::Chest::Facing | ( | const BlockState | Block | ) |
Definition at line 2301 of file BlockStates.cpp.
enum Type Block::Chest::Type | ( | const BlockState | Block | ) |
Definition at line 2301 of file BlockStates.cpp.