1
0
Fork 0
cuberite-2a/src/Simulator/IncrementalRedstoneSimulator
Tiger Wang d8c8d0124d Replace PowerData struct with PowerLevel
* We no longer need to track the powering block with the removal of SolidBlockHandler. PowerLevel is now just an unsigned char
2020-08-21 00:50:09 +01:00
..
CMakeLists.txt Remove std::make_unique from redstone handler creation 2020-08-21 00:50:09 +01:00
CommandBlockHandler.h Replace PowerData struct with PowerLevel 2020-08-21 00:50:09 +01:00
DoorHandler.h Replace PowerData struct with PowerLevel 2020-08-21 00:50:09 +01:00
DropSpenserHandler.h Replace PowerData struct with PowerLevel 2020-08-21 00:50:09 +01:00
ForEachSourceCallback.cpp Replace PowerData struct with PowerLevel 2020-08-21 00:50:09 +01:00
ForEachSourceCallback.h Replace PowerData struct with PowerLevel 2020-08-21 00:50:09 +01:00
HopperHandler.h Replace PowerData struct with PowerLevel 2020-08-21 00:50:09 +01:00
IncrementalRedstoneSimulator.cpp Remove std::make_unique from redstone handler creation 2020-08-21 00:50:09 +01:00
IncrementalRedstoneSimulator.h Remove std::make_unique from redstone handler creation 2020-08-21 00:50:09 +01:00
NoteBlockHandler.h Replace PowerData struct with PowerLevel 2020-08-21 00:50:09 +01:00
ObserverHandler.h Replace PowerData struct with PowerLevel 2020-08-21 00:50:09 +01:00
PistonHandler.h Replace PowerData struct with PowerLevel 2020-08-21 00:50:09 +01:00
PoweredRailHandler.h Replace PowerData struct with PowerLevel 2020-08-21 00:50:09 +01:00
PressurePlateHandler.h Replace PowerData struct with PowerLevel 2020-08-21 00:50:09 +01:00
RedstoneBlockHandler.h Replace PowerData struct with PowerLevel 2020-08-21 00:50:09 +01:00
RedstoneComparatorHandler.h Replace PowerData struct with PowerLevel 2020-08-21 00:50:09 +01:00
RedstoneDataHelper.h Remove std::make_unique from redstone handler creation 2020-08-21 00:50:09 +01:00
RedstoneHandler.cpp Replace PowerData struct with PowerLevel 2020-08-21 00:50:09 +01:00
RedstoneHandler.h Replace PowerData struct with PowerLevel 2020-08-21 00:50:09 +01:00
RedstoneLampHandler.h Replace PowerData struct with PowerLevel 2020-08-21 00:50:09 +01:00
RedstoneRepeaterHandler.h Replace PowerData struct with PowerLevel 2020-08-21 00:50:09 +01:00
RedstoneSimulatorChunkData.h Replace PowerData struct with PowerLevel 2020-08-21 00:50:09 +01:00
RedstoneToggleHandler.h Replace PowerData struct with PowerLevel 2020-08-21 00:50:09 +01:00
RedstoneTorchHandler.h Replace PowerData struct with PowerLevel 2020-08-21 00:50:09 +01:00
RedstoneWireHandler.h Replace PowerData struct with PowerLevel 2020-08-21 00:50:09 +01:00
SmallGateHandler.h Replace PowerData struct with PowerLevel 2020-08-21 00:50:09 +01:00
TNTHandler.h Replace PowerData struct with PowerLevel 2020-08-21 00:50:09 +01:00
TrappedChestHandler.h Replace PowerData struct with PowerLevel 2020-08-21 00:50:09 +01:00
TripwireHookHandler.h Replace PowerData struct with PowerLevel 2020-08-21 00:50:09 +01:00