Cuberite
A lightweight, fast and extensible game server for Minecraft
Enumerations | Functions
Block::TrappedChest Namespace Reference

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)
 

Enumeration Type Documentation

◆ Type

Enumerator
Single 
Left 
Right 

Definition at line 23814 of file BlockStates.h.

Function Documentation

◆ Facing()

eBlockFace Block::TrappedChest::Facing ( const BlockState  Block)

Definition at line 11702 of file BlockStates.cpp.

◆ TrappedChest() [1/2]

BlockState Block::TrappedChest::TrappedChest ( )

Definition at line 11698 of file BlockStates.cpp.

◆ TrappedChest() [2/2]

constexpr BlockState Block::TrappedChest::TrappedChest ( const eBlockFace  Facing,
const enum Type  Type 
)
constexpr

Definition at line 23820 of file BlockStates.h.

◆ Type()

enum Type Block::TrappedChest::Type ( const BlockState  Block)

Definition at line 11702 of file BlockStates.cpp.