summaryrefslogtreecommitdiffstats
path: root/source/BlockEntities/HopperEntity.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed BlockEntities' constructors from the API.madmaxoft2013-11-151-3/+0
| | | | Plugins shouldn't construct block entities, rather, they will query them either from the cWorld (while playing), or from cChunkDesc (while generating).
* Fixed bindings for cHopperEntity:GetOutputBlockPos().madmaxoft2013-10-231-5/+2
|
* Exported cHopperEntity to API.madmaxoft2013-10-231-1/+1
| | | | This allows hoppers to be created by plugins during chunk generation.
* Added the OnHopperPullingItem and OnHopperPushingItem hooks.madmaxoft2013-08-111-6/+6
| | | | Requested in FS 412, slightly modified the params.
* Changed everyting to Unix line endings.Alexander Harkness2013-07-291-102/+102
|
* Implemented hopper outputmadmaxoft@gmail.com2013-06-201-1/+22
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1611 0a769ca7-a7f5-676a-18bf-c427514a06d6
* Added hopper entity, it can suck items out of chests, dispensers, droppers and other hopppers above it.madmaxoft@gmail.com2013-06-131-0/+81
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1587 0a769ca7-a7f5-676a-18bf-c427514a06d6