Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Functions | |
BlockState | Campfire () |
constexpr BlockState | Campfire (const eBlockFace Facing, const bool Lit, const bool SignalFire) |
eBlockFace | Facing (const BlockState Block) |
bool | Lit (const BlockState Block) |
bool | SignalFire (const BlockState Block) |
BlockState Block::Campfire::Campfire | ( | ) |
Definition at line 2173 of file BlockStates.cpp.
|
constexpr |
Definition at line 3664 of file BlockStates.h.
eBlockFace Block::Campfire::Facing | ( | const BlockState | Block | ) |
Definition at line 2177 of file BlockStates.cpp.
bool Block::Campfire::Lit | ( | const BlockState | Block | ) |
Definition at line 2187 of file BlockStates.cpp.
bool Block::Campfire::SignalFire | ( | const BlockState | Block | ) |
Definition at line 2195 of file BlockStates.cpp.