Update Bukkit for Minecraft 1.4(.2) changes.

By: Travis Watkins <amaranth@ubuntu.com>
This commit is contained in:
Bukkit/Spigot
2012-10-22 03:30:04 -05:00
parent 93362adea2
commit c73a3c02f0
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
*/

View File

@@ -176,6 +176,10 @@ public class EntityDamageEvent extends EntityEvent implements Cancellable {
* Damage: variable
*/
MAGIC,
/**
*
*/
WITHER,
/**
* Custom damage.
* <p />

View File

@@ -92,6 +92,14 @@ public class EntityRegainHealthEvent extends EntityEvent implements Cancellable
* When a player is healed over time by a potion or spell
*/
MAGIC_REGEN,
/**
* When a wither is filling its health during spawning
*/
WITHER_SPAWN,
/**
* When an entity is damaged by the Wither potion effect
*/
WITHER,
/**
* Any other reason not covered by the reasons above
*/