EntityCombustEvent

By: Taylor Kelly <tkelly910@gmail.com>
This commit is contained in:
Bukkit/Spigot
2011-01-10 06:51:10 +08:00
parent 5c0413fb45
commit 02b2e4114c
4 changed files with 41 additions and 0 deletions

View File

@@ -423,6 +423,13 @@ public abstract class Event {
* @todo: add javadoc see comment
*/
ENTITY_DEATH (Category.LIVING_ENTITY),
/**
* Called when a Skeleton or Zombie catch fire due to the sun
*
* @todo: add javadoc see comment
*/
ENTITY_COMBUST (Category.LIVING_ENTITY),
/**
* VEHICLE EVENTS