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

Functions

BlockState Barrel ()
 
constexpr BlockState Barrel (const eBlockFace Facing, const bool Open)
 
eBlockFace Facing (const BlockState Block)
 
bool Open (const BlockState Block)
 

Function Documentation

◆ Barrel() [1/2]

BlockState Block::Barrel::Barrel ( )

Definition at line 633 of file BlockStates.cpp.

◆ Barrel() [2/2]

constexpr BlockState Block::Barrel::Barrel ( const eBlockFace  Facing,
const bool  Open 
)
constexpr

Definition at line 1148 of file BlockStates.h.

◆ Facing()

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

Definition at line 637 of file BlockStates.cpp.

◆ Open()

bool Block::Barrel::Open ( const BlockState  Block)

Definition at line 649 of file BlockStates.cpp.