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

Functions

eBlockFace Facing (const BlockState Block)
 
bool Lit (const BlockState Block)
 
bool SignalFire (const BlockState Block)
 
BlockState SoulCampfire ()
 
constexpr BlockState SoulCampfire (const eBlockFace Facing, const bool Lit, const bool SignalFire)
 

Function Documentation

◆ Facing()

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

Definition at line 10553 of file BlockStates.cpp.

◆ Lit()

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

Definition at line 10563 of file BlockStates.cpp.

◆ SignalFire()

bool Block::SoulCampfire::SignalFire ( const BlockState  Block)

Definition at line 10571 of file BlockStates.cpp.

◆ SoulCampfire() [1/2]

BlockState Block::SoulCampfire::SoulCampfire ( )

Definition at line 10549 of file BlockStates.cpp.

◆ SoulCampfire() [2/2]

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

Definition at line 22088 of file BlockStates.h.