Added ItemSpawnEvent. Thanks myers!

By: EvilSeph <evilseph@unaligned.org>
This commit is contained in:
Bukkit/Spigot
2011-06-11 00:26:18 -04:00
parent 1e4c2bd7b1
commit 4d68ae490e
4 changed files with 57 additions and 1 deletions

View File

@@ -463,7 +463,7 @@ public abstract class Event implements Serializable {
/**
* Called when an ItemEntity spawns in the world
*
* @todo: add javadoc see comment
* @see org.bukkit.event.entity.ItemSpawnEvent
*/
ITEM_SPAWN (Category.WORLD),
/**