Added PlayerInteractEntityEvent which fires when a player right clicks an entity. Thanks fullwall!

This commit is contained in:
EvilSeph
2011-05-02 04:30:10 -04:00
parent 5c4f940bff
commit 4e3d770ad3
4 changed files with 68 additions and 0 deletions

View File

@@ -232,6 +232,13 @@ public abstract class Event implements Serializable {
*/
PLAYER_INTERACT (Category.PLAYER),
/**
* Called when a player right clicks an entity
*
* @see org.bukkit.event.player.PlayerInteractEntityEvent
*/
PLAYER_INTERACT_ENTITY (Category.PLAYER),
/**
* Called when a player throws an egg and it might hatch
*