Reverting the Drop API for now, we need to re-evalute this as it is causing too many issues and blocking releases.

This reverts commit 2d17b0c24e.
This commit is contained in:
Warren Loo
2012-03-27 10:16:42 -04:00
parent cec8ceab3c
commit aa9f64522f
6 changed files with 7 additions and 68 deletions

View File

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