Removed EntityDeathEvent.setDrops() (just use getDrops.add/etc)
This commit is contained in:
parent
3b9f5f5e6c
commit
8911adae05
@ -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<ItemStack> drops) {
|
||||
this.drops = drops;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets all the items which will drop when the entity dies
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user