Added PLAYER_DROP_ITEM

By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
Bukkit/Spigot
2011-02-01 10:45:39 +00:00
parent 811c06d099
commit c76bf04e6d
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
*/