summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/event/entity/CreatureSpawnEvent.java
Commit message (Expand)AuthorAgeLines
* Add SpawnReason.SHEARINGklugemonkey2018-11-14-0/+4
* Minor cosmetic cleanups to imports etcParker Hawke2018-11-02-1/+0
* Add SpawnReason.DROWNEDklugemonkey2018-07-27-0/+4
* Minecraft 1.12-pre2 API Changesmd_52017-05-14-0/+5
* Update to Minecraft 1.11md_52016-11-17-7/+0
* SPIGOT-1468: ENDER_PEARL SpawnReasonmd_52016-07-01-0/+4
* Added CreatureSpawnEvent.SpawnReason.TRAPBlackHole2016-03-14-0/+4
* Remove EntityType and some deprecated Entity methodsBlackHole2016-03-01-19/+0
* [Bleeding] Add SpawnReasons to cover new Minecraft features.GJ2014-04-18-0/+21
* Added SpawnReasons for nether portals and dispensers. Fixes BUKKIT-3148Kodekpl2014-02-01-0/+8
* Pulling all pending Bukkit-JavaDoc changesWesley Wolfe2013-12-15-3/+6
* Add SpawnReason for Entity Reinforcements. Fixes BUKKIT-4744EvilSeph2013-09-10-0/+4
* Pulling all pending Bukkit-JavaDoc changesEdmond Poon2013-04-02-1/+1
* Update Bukkit for Minecraft 1.4(.2) changes.Travis Watkins2012-10-27-0/+4
* Javadoc updatesfeildmaster2012-06-03-1/+1
* Add SpawnReason.DEFAULT, to make SpawnReason.CUSTOM solely for pluginsfeildmaster2012-04-14-2/+6
* Added SpawnReason.SLIME_SPLIT. Addresses BUKKIT-790feildmaster2012-04-14-0/+4
* [Bleeding] Added SpawnReason.BREEDING. Addresses BUKKIT-1356feildmaster2012-03-27-0/+7
* Made zombie invasions fire CreatureSpawn event. Fixes BUKKIT-1090EvilSeph2012-03-08-0/+4
* Made iron golems fire CreatureSpawn event. Fixes BUKKIT-1089EvilSeph2012-03-08-0/+8
* Narrowed down the return type of most EntityEvent subclasses for convenience....TomyLobo2012-02-28-12/+7
* [Bleeding] Added EntityType to replace CreatureType.Celtic Minstrel2012-02-22-8/+23
* [Bleeding] Event no longer implements Serializable.Feildmaster2012-02-19-2/+0
* Deprecation cleanup.Erik Broes2012-02-18-5/+5
* Added JOCKEY and CHUNK_GEN SpawnReasons.EvilSeph2012-02-10-0/+8
* Added SpawnReason.BUILD_SNOWMAN.EvilSeph2012-02-08-0/+4
* Added Spawner Egg support to CreatureSpawnEvent.EvilSeph2012-02-05-0/+4
* [Bleeding] Changed event system into a new, much faster design. Huge thanks t...Nathan Adams2012-01-17-0/+11
* Generic cleanup of warnings, whitespace and style.Erik Broes2011-12-25-1/+2
* Remove superfluous javadocsErik Broes2011-07-17-16/+0
* More JavaDoc improvements.EvilSeph2011-07-15-6/+13
* Added SpawnReasons to CreatureSpawn events. Thanks winsock!EvilSeph2011-06-21-1/+43
* Whitespace + general cleanupErik Broes2011-05-15-1/+1
* Some more backwards incompatible changes (minor though), also a ton of small ...Erik Broes2011-03-26-8/+1
* Purged deprecated MobType and MobSpawnerDinnerbone2011-03-07-8/+8
* Added CREATURE_SPAWN eventss2man442011-02-16-0/+66