[Bleeding] Added getting and setting drops to all appropriate events. Fixes BUKKIT-397 and fixes BUKKIT-1252

This commit is contained in:
Celtic Minstrel
2011-08-14 22:34:13 -04:00
committed by EvilSeph
parent 42e694c696
commit 2d17b0c24e
6 changed files with 68 additions and 7 deletions

View File

@@ -53,7 +53,8 @@ public class EntityDeathEvent extends EntityEvent {
}
/**
* Gets all the items which will drop when the entity dies
* Gets all the items which will drop when the entity dies. Modifying this list will
* modify what's actually dropped.
*
* @return Items to drop when the entity dies
*/