EntityCombustEvent

This commit is contained in:
Taylor Kelly
2011-01-10 06:51:10 +08:00
committed by Dinnerbone
parent 4e8f1190af
commit 04f5a1e82b
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