Added ItemSpawnEvent. Thanks myers!

This commit is contained in:
EvilSeph
2011-06-11 00:26:18 -04:00
parent 2f06becddc
commit c5fc81a42d
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),
/**