Update Bukkit for Minecraft 1.4(.2) changes.

This commit is contained in:
Travis Watkins
2012-10-22 03:30:04 -05:00
committed by EvilSeph
parent 6dfeff0591
commit d5d1b41c02
23 changed files with 486 additions and 34 deletions

View File

@@ -127,6 +127,10 @@ public class CreatureSpawnEvent extends EntityEvent implements Cancellable {
* When an iron golem is spawned by being built
*/
BUILD_IRONGOLEM,
/**
* When a wither boss is spawned by being built
*/
BUILD_WITHER,
/**
* When an iron golem is spawned to defend a village
*/