Added ItemDespawnEvent

This commit is contained in:
Feildmaster
2011-10-16 20:47:49 -05:00
committed by Nathan Adams
parent ebc7b22a10
commit 0467c6aa06
4 changed files with 52 additions and 0 deletions

View File

@@ -600,6 +600,12 @@ public abstract class Event implements Serializable {
* @see org.bukkit.event.world.TreeGrowEvent
*/
STRUCTURE_GROW(Category.WORLD),
/**
* Called when an item despawns from a world
*
* @see org.bukkit.event.entity.ItemDespawnEvent
*/
ITEM_DESPAWN (Category.WORLD),
/**
* ENTITY EVENTS