Made iron golems fire CreatureSpawn event. Fixes BUKKIT-1089

By: EvilSeph <evilseph@gmail.com>
This commit is contained in:
Bukkit/Spigot 2012-03-08 21:45:53 -05:00
parent b9310ad9c5
commit 2b3f74b32a

View file

@ -120,6 +120,14 @@ public class CreatureSpawnEvent extends EntityEvent implements Cancellable {
* When a snowman is spawned by being built
*/
BUILD_SNOWMAN,
/**
* When an iron golem is spawned by being built
*/
BUILD_IRONGOLEM,
/**
* When an iron golem is spawned to defend a village
*/
VILLAGE_DEFENSE,
/**
* When a creature is manually spawned
*/