Cuberite
A lightweight, fast and extensible game server for Minecraft
RedstoneSimulator.h
Go to the documentation of this file.
1 
2 #pragma once
3 
4 #include "Simulator.h"
5 
6 
7 
8 
9 
11 {
12 public:
13 
15  {
16  }
17 };
18 
19 
20 
21 
22 
24  public cSimulator
25 {
26  using Super = cSimulator;
27 
28 public:
29 
30  using Super::Super;
31 
33 };
virtual cRedstoneSimulatorChunkData * CreateChunkData()=0
Base class for all block-based physics simulators (such as fluid, fire, falling blocks etc....
Definition: Simulator.h:22
cSimulator(cWorld &a_World)
Definition: Simulator.h:25