added some API for entities

By: Tahg <tahgtahv@gmail.com>
This commit is contained in:
Bukkit/Spigot
2011-04-04 00:44:52 -04:00
parent 1a1d4e95f4
commit 97fd93727d
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