Cuberite
A lightweight, fast and extensible game server for Minecraft
Classes | Typedefs
FireSimulator.h File Reference
#include "Simulator.h"
#include "../IniFile.h"
Include dependency graph for FireSimulator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cFireSimulator
 The fire simulator takes care of the fire blocks. More...
 

Typedefs

typedef cCoordWithIntList cFireSimulatorChunkData
 Stores individual fire blocks in the chunk; the int data is used as the time [msec] the fire takes to step to another stage (blockmeta++) More...
 

Typedef Documentation

◆ cFireSimulatorChunkData

Stores individual fire blocks in the chunk; the int data is used as the time [msec] the fire takes to step to another stage (blockmeta++)

Definition at line 69 of file FireSimulator.h.