Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Functions | |
unsigned char | Age (const BlockState Block) |
bool | East (const BlockState Block) |
BlockState | Fire () |
constexpr BlockState | Fire (const unsigned char Age, const bool East, const bool North, const bool South, const bool Up, const bool West) |
bool | North (const BlockState Block) |
bool | South (const BlockState Block) |
bool | Up (const BlockState Block) |
bool | West (const BlockState Block) |
unsigned char Block::Fire::Age | ( | const BlockState | Block | ) |
Definition at line 4400 of file BlockStates.cpp.
bool Block::Fire::East | ( | const BlockState | Block | ) |
Definition at line 4422 of file BlockStates.cpp.
BlockState Block::Fire::Fire | ( | ) |
Definition at line 4396 of file BlockStates.cpp.
|
constexpr |
Definition at line 7454 of file BlockStates.h.
bool Block::Fire::North | ( | const BlockState | Block | ) |
Definition at line 4430 of file BlockStates.cpp.
bool Block::Fire::South | ( | const BlockState | Block | ) |
Definition at line 4438 of file BlockStates.cpp.
bool Block::Fire::Up | ( | const BlockState | Block | ) |
Definition at line 4446 of file BlockStates.cpp.
bool Block::Fire::West | ( | const BlockState | Block | ) |
Definition at line 4454 of file BlockStates.cpp.