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

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)
 

Function Documentation

◆ Age()

unsigned char Block::Fire::Age ( const BlockState  Block)

Definition at line 4400 of file BlockStates.cpp.

◆ East()

bool Block::Fire::East ( const BlockState  Block)

Definition at line 4422 of file BlockStates.cpp.

◆ Fire() [1/2]

BlockState Block::Fire::Fire ( )

Definition at line 4396 of file BlockStates.cpp.

◆ Fire() [2/2]

constexpr BlockState Block::Fire::Fire ( const unsigned char  Age,
const bool  East,
const bool  North,
const bool  South,
const bool  Up,
const bool  West 
)
constexpr

Definition at line 7454 of file BlockStates.h.

◆ North()

bool Block::Fire::North ( const BlockState  Block)

Definition at line 4430 of file BlockStates.cpp.

◆ South()

bool Block::Fire::South ( const BlockState  Block)

Definition at line 4438 of file BlockStates.cpp.

◆ Up()

bool Block::Fire::Up ( const BlockState  Block)

Definition at line 4446 of file BlockStates.cpp.

◆ West()

bool Block::Fire::West ( const BlockState  Block)

Definition at line 4454 of file BlockStates.cpp.