Made iron golems fire CreatureSpawn event. Fixes BUKKIT-1089

This commit is contained in:
EvilSeph
2012-03-08 21:45:53 -05:00
parent d9f0bfd6d9
commit 5f7c0aec5f

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
*/