Added PLAYER_ITEM_HELD event

This commit is contained in:
Dinnerbone
2011-01-31 01:34:23 +00:00
parent 888ef8faf4
commit 86780fcb39
4 changed files with 56 additions and 0 deletions

View File

@@ -206,6 +206,13 @@ public abstract class Event {
*/
PLAYER_TELEPORT (Category.PLAYER),
/**
* Called when a player changes their held item
*
* @see org.bukkit.event.player.PlayerItemHeldEvent
*/
PLAYER_ITEM_HELD (Category.PLAYER),
/**
* BLOCK EVENTS
*/