Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Enumerations | |
enum class | Type { Single , Left , Right } |
Functions | |
eBlockFace | Facing (const BlockState Block) |
BlockState | TrappedChest () |
constexpr BlockState | TrappedChest (const eBlockFace Facing, const enum Type Type) |
enum Type | Type (const BlockState Block) |
|
strong |
Enumerator | |
---|---|
Single | |
Left | |
Right |
Definition at line 23814 of file BlockStates.h.
eBlockFace Block::TrappedChest::Facing | ( | const BlockState | Block | ) |
Definition at line 11702 of file BlockStates.cpp.
BlockState Block::TrappedChest::TrappedChest | ( | ) |
Definition at line 11698 of file BlockStates.cpp.
|
constexpr |
Definition at line 23820 of file BlockStates.h.
enum Type Block::TrappedChest::Type | ( | const BlockState | Block | ) |
Definition at line 11702 of file BlockStates.cpp.