summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/HopperEntity.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-10-24Remove BLOCKENTITY_PROTODEFTiger Wang1-8/+1
2020-04-16Using Super.Mattes D1-1/+1
2020-03-27 Lock hopper when powered by redstone (#4347)Bond-0091-0/+8
* Lock hopper when powered by redstone * Add to manual bindings * Add hopper API documentation Co-authored-by: Mat <mail@mathias.is>
2019-09-29Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D1-8/+12
2017-06-16BlockEntities: Support cloning self.Mattes D1-2/+3
2016-02-05Bulk clearing of whitespaceLogicParrot1-14/+14
2015-12-13allow use failures to propagate from the entity/block to the playerGargaj1-1/+1
2015-07-31Unified the doxy-comment format.Mattes D1-15/+14
2015-05-11Improved hoppersTiger Wang1-1/+1
* Fixes #1994
2015-01-11Initial convertion of a_Dt to std::chronoTycho1-1/+1
also refactored cWorld::m_WorldAge and cWorld::m_TimeOfDay
2014-11-27BlockEntities: Removed the extra semicolon.Mattes D1-1/+1
2014-10-19cLuaState: cBlockEntity descendants are pushed with proper class type.Mattes D1-2/+2
2014-09-30Removed WSSCompactTiger Wang1-1/+0
2014-07-19Code style: Fixed braces on separate lines.madmaxoft1-1/+2
2014-02-12Changed inheritance a bitTiger Wang1-3/+1
* cBlockEntityWithItems now inherits from cBlockEntityWindowOwner
2013-12-16Fixed multiple inheritance in ToLua++.madmaxoft1-4/+4
This fixes #422.
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-11-15Removed BlockEntities' constructors from the API.madmaxoft1-3/+0
Plugins shouldn't construct block entities, rather, they will query them either from the cWorld (while playing), or from cChunkDesc (while generating).
2013-10-23Fixed bindings for cHopperEntity:GetOutputBlockPos().madmaxoft1-5/+2
2013-10-23Exported cHopperEntity to API.madmaxoft1-1/+1
This allows hoppers to be created by plugins during chunk generation.
2013-08-11Added the OnHopperPullingItem and OnHopperPushingItem hooks.madmaxoft1-6/+6
Requested in FS 412, slightly modified the params.
2013-07-29Changed everyting to Unix line endings.Alexander Harkness1-102/+102
2013-06-20Implemented hopper outputmadmaxoft@gmail.com1-1/+22
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1611 0a769ca7-a7f5-676a-18bf-c427514a06d6
2013-06-13Added hopper entity, it can suck items out of chests, dispensers, droppers and other hopppers above it.madmaxoft@gmail.com1-0/+81
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1587 0a769ca7-a7f5-676a-18bf-c427514a06d6