public class EntityDeathEvent extends EntityEvent
entity| Constructor and Description |
|---|
EntityDeathEvent(EntityLiving entity) |
EntityDeathEvent(EntityLiving entity,
Item[] drops) |
| Modifier and Type | Method and Description |
|---|---|
Item[] |
getDrops() |
static HandlerList |
getHandlers() |
void |
setDrops(Item[] drops) |
getEntitygetEventName, isCancelled, setCancelled, setCancelledpublic EntityDeathEvent(EntityLiving entity)
public EntityDeathEvent(EntityLiving entity, Item[] drops)
public static HandlerList getHandlers()
public Item[] getDrops()
public void setDrops(Item[] drops)
Copyright © 2020. All rights reserved.