Class EntityDespawnEvent


public final class EntityDespawnEvent extends EntityEvent
author: MagicDroidX Nukkit Project
  • Constructor Details

    • EntityDespawnEvent

      public EntityDespawnEvent(Entity entity)
  • Method Details

    • getLocation

      public Location getLocation()
    • getType

      public EntityType<?> getType()
    • isCreature

      public boolean isCreature()
    • isHuman

      public boolean isHuman()
    • isProjectile

      public boolean isProjectile()
    • isVehicle

      public boolean isVehicle()
    • isItem

      public boolean isItem()