summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockTrapdoor.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Changed pointers to referencesTycho2014-02-011-5/+5
|
* Changed signitures of Several BLockHandler MethodsTycho2014-02-011-5/+5
| | | | | | | | | | | | | Changed the signitures of the following to use interfaces: GetPlacementBlockTypeMeta OnPlaced OnPlacedByPlayer OnDestroyed OnNeighbourChanged NeighbourChanged OnUse CanBeAt Check
* First attempt at Implementing InterfacesTycho2014-01-251-1/+1
|
* Added trapdoor cursor Y detectionTiger Wang2013-12-061-2/+0
|
* Fixed trapdoors not overriding OnUseTiger Wang2013-12-061-1/+1
|
* Implemented trapdoors, fixes #43 and #105Tiger Wang2013-11-291-0/+108
Also updated redstone simulator to support it