added some API for entities

This commit is contained in:
Tahg
2011-04-04 00:44:52 -04:00
parent 5a85c95c24
commit 1723111b36
5 changed files with 84 additions and 0 deletions

View File

@@ -532,6 +532,14 @@ public abstract class Event implements Serializable {
* @see org.bukkit.event.entity.EntityTargetEvent
*/
ENTITY_TARGET (Category.LIVING_ENTITY),
/**
* Called when an entity interacts with a block
* This event specifically excludes player entities
*
* @see org.bukkit.event.entity.EntityInteractEvent
*/
ENTITY_INTERACT (Category.LIVING_ENTITY),
/**
* VEHICLE EVENTS