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

Functions

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

Function Documentation

◆ Facing()

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

Definition at line 4518 of file BlockStates.cpp.

◆ Furnace() [1/2]

BlockState Block::Furnace::Furnace ( )

Definition at line 4514 of file BlockStates.cpp.

◆ Furnace() [2/2]

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

Definition at line 8534 of file BlockStates.h.

◆ Lit()

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

Definition at line 4528 of file BlockStates.cpp.