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

Functions

eBlockFace Facing (const BlockState Block)
 
bool Lit (const BlockState Block)
 
BlockState Smoker ()
 
constexpr BlockState Smoker (const eBlockFace Facing, const bool Lit)
 

Function Documentation

◆ Facing()

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

Definition at line 10320 of file BlockStates.cpp.

◆ Lit()

bool Block::Smoker::Lit ( const BlockState  Block)

Definition at line 10330 of file BlockStates.cpp.

◆ Smoker() [1/2]

BlockState Block::Smoker::Smoker ( )

Definition at line 10316 of file BlockStates.cpp.

◆ Smoker() [2/2]

constexpr BlockState Block::Smoker::Smoker ( const eBlockFace  Facing,
const bool  Lit 
)
constexpr

Definition at line 21723 of file BlockStates.h.