Class EntityDeathEvent

Direct Known Subclasses:
PlayerDeathEvent

public class EntityDeathEvent extends EntityEvent
Author:
MagicDroidX (Nukkit Project)
  • Constructor Details

    • EntityDeathEvent

      public EntityDeathEvent(EntityLiving entity)
    • EntityDeathEvent

      public EntityDeathEvent(EntityLiving entity, Item[] drops)
  • Method Details

    • getHandlers

      public static HandlerList getHandlers()
    • getDrops

      public Item[] getDrops()
    • setDrops

      public void setDrops(Item[] drops)