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

Functions

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

Function Documentation

◆ BlastFurnace() [1/2]

BlockState Block::BlastFurnace::BlastFurnace ( )

Definition at line 1468 of file BlockStates.cpp.

◆ BlastFurnace() [2/2]

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

Definition at line 2554 of file BlockStates.h.

◆ Facing()

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

Definition at line 1472 of file BlockStates.cpp.

◆ Lit()

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

Definition at line 1482 of file BlockStates.cpp.