summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/MobSpawnerEntity.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-24Remove BLOCKENTITY_PROTODEFTiger Wang1-5/+1
2020-10-10Adding more customize options to mob spawners and improving the way to look for surrounding entities (#4955)12xx121-19/+41
2020-04-16Using Super.Mattes D1-1/+1
2019-09-29Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D1-5/+5
2017-06-16BlockEntities: Support cloning self.Mattes D1-2/+4
2016-02-05Bulk clearing of whitespaceLogicParrot1-1/+1
2015-12-13allow use failures to propagate from the entity/block to the playerGargaj1-1/+1
2015-01-11Initial convertion of a_Dt to std::chronoTycho1-1/+1
2014-12-01MobSpawner fixes.Howaner1-0/+7
2014-11-29Many api fixes, add vanilla names to mob type -> string functions and mob spawner fixes.Howaner1-5/+5
2014-11-18Finished mob spawner implementation.Howaner1-14/+5
2014-09-27Fixed compile errors.Howaner1-4/+4
2014-09-19Implemented mob spawner.Howaner1-20/+30
2014-09-17Created MobSpawnerEntity class.Howaner1-0/+70