Adding PLAYER_PICKUP_ITEM event

This commit is contained in:
James Logsdon
2011-02-11 17:08:53 -05:00
committed by Erik Broes
parent 8b88ff29bc
commit 4e4bd13ae0
2 changed files with 63 additions and 1 deletions

View File

@@ -241,6 +241,13 @@ public abstract class Event {
*/
PLAYER_DROP_ITEM (Category.PLAYER),
/**
* Called when a player picks an item up off the ground
*
* @see org.bukkit.event.player.PlayerPickupItemEvent
*/
PLAYER_PICKUP_ITEM (Category.PLAYER),
/**
* BLOCK EVENTS
*/
@@ -445,7 +452,7 @@ public abstract class Event {
* @todo: add javadoc see comment
*/
ITEM_SPAWN (Category.WORLD),
/**
* Called when a world is saved
*