diff --git a/src/main/java/org/bukkit/event/entity/EntityDeathEvent.java b/src/main/java/org/bukkit/event/entity/EntityDeathEvent.java index a18d93e5..bda51cc3 100644 --- a/src/main/java/org/bukkit/event/entity/EntityDeathEvent.java +++ b/src/main/java/org/bukkit/event/entity/EntityDeathEvent.java @@ -16,15 +16,6 @@ public class EntityDeathEvent extends EntityEvent { this.drops = drops; } - /** - * Sets what items will be dropped when this entity dies - * - * @param drops Items to drop when the entity dies - */ - public void setDrops(final List drops) { - this.drops = drops; - } - /** * Gets all the items which will drop when the entity dies *