Added three new effects for zombies nomming on doors. This adds BUKKIT-961

This commit is contained in:
Nathan Adams 2012-03-03 02:21:57 +00:00
parent e86aed077e
commit c724cf177a

View File

@ -47,6 +47,18 @@ public enum Effect {
* Sound of blaze firing.
*/
BLAZE_SHOOT(1009, Type.SOUND),
/**
* Sound of zombies chewing on wooden doors.
*/
ZOMBIE_CHEW_WOODEN_DOOR(1010, Type.SOUND),
/**
* Sound of zombies chewing on wooden doors.
*/
ZOMBIE_CHEW_IRON_DOOR(1011, Type.SOUND),
/**
* Sound of zombies destroying a door.
*/
ZOMBIE_DESTROY_DOOR(1012, Type.SOUND),
/**
* A visual smoke effect. Needs direction as additional info.
*/