Added ItemDespawnEvent

By: Feildmaster <admin@feildmaster.com>
This commit is contained in:
Bukkit/Spigot
2011-10-16 20:47:49 -05:00
parent 544b0a05ae
commit 40f4710726
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