Uses of Class
org.bukkit.event.entity.EntityDamageEvent
Package
Description
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.-
Uses of EntityDamageEvent in org.bukkit.entity
Modifier and TypeMethodDescriptionEntity.getLastDamageCause()
Retrieve the lastEntityDamageEvent
inflicted on this entity.Modifier and TypeMethodDescriptionvoid
Entity.setLastDamageCause
(@Nullable EntityDamageEvent event) Deprecated, for removal: This API element is subject to removal in a future version.method is for internal use only and will be removed -
Uses of EntityDamageEvent in org.bukkit.event.entity
Modifier and TypeClassDescriptionclass
Called when an entity is damaged by a blockclass
Called when an entity is damaged by an entity