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

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)
 

Enumeration Type Documentation

◆ Type

enum Block::Chest::Type
strong
Enumerator
Single 
Left 
Right 

Definition at line 3786 of file BlockStates.h.

Function Documentation

◆ Chest() [1/2]

BlockState Block::Chest::Chest ( )

Definition at line 2297 of file BlockStates.cpp.

◆ Chest() [2/2]

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

Definition at line 3792 of file BlockStates.h.

◆ Facing()

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

Definition at line 2301 of file BlockStates.cpp.

◆ Type()

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

Definition at line 2301 of file BlockStates.cpp.