Added PLAYER_DROP_ITEM

This commit is contained in:
Dinnerbone
2011-02-01 10:45:39 +00:00
parent f9124f89b7
commit cd05af918f
4 changed files with 68 additions and 0 deletions

View File

@@ -213,6 +213,13 @@ public abstract class Event {
*/
PLAYER_ITEM_HELD (Category.PLAYER),
/**
* Called when a player drops an item
*
* @see org.bukkit.event.player.PlayerDropItemEvent
*/
PLAYER_DROP_ITEM (Category.PLAYER),
/**
* BLOCK EVENTS
*/