Added EntityExplodeEvent :D

By: speakeasy <mekevin1917@gmail.com>
This commit is contained in:
Bukkit/Spigot
2011-01-17 22:27:48 +08:00
parent 6ab2ec9f85
commit 4b7aafea5d
4 changed files with 53 additions and 0 deletions

View File

@@ -445,6 +445,13 @@ public abstract class Event {
* @todo: add javadoc see comment
*/
ENTITY_COMBUST (Category.LIVING_ENTITY),
/**
* Called when an entity explodes, either TNT, Creeper, or Ghast Fireball
*
* @todo: add javadoc see comment
*/
ENTITY_EXPLODE (Category.LIVING_ENTITY),
/**
* VEHICLE EVENTS