summaryrefslogtreecommitdiffstats
path: root/src/Simulator/IncrementalRedstoneSimulator/HopperHandler.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use SimulateChunk in redstone simulatorTiger Wang2020-07-261-30/+16
| | | | | | + Improved performance, reduces bottleneck in chunkmap lookup * Stop allocating and throwing away lots of small vectors in Update/GetValidSourcePositions return values - Remove unused GetPowerLevel virtual
* Using Super.Mattes D2020-04-161-2/+4
|
* Lock hopper when powered by redstone (#4347)Bond-0092020-03-271-0/+62
* Lock hopper when powered by redstone * Add to manual bindings * Add hopper API documentation Co-authored-by: Mat <mail@mathias.is>