Added PLAYER_ITEM_HELD event

By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
Bukkit/Spigot
2011-01-31 01:34:23 +00:00
parent 7d5f8c95d4
commit 497ac626bf
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
*/