Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 778 Bytes

EntityApplyDamageByProjectileOptions.md

File metadata and controls

27 lines (19 loc) · 778 Bytes
author ms.author ms.service title description
jakeshirley
jashir
minecraft-bedrock-edition
minecraft/server.EntityApplyDamageByProjectileOptions Interface
Contents of the @minecraft/server.EntityApplyDamageByProjectileOptions class.

EntityApplyDamageByProjectileOptions Interface

Additional options for when damage has been applied via a projectile.

Properties

damagingEntity

damagingEntity?: Entity;

Optional entity that fired the projectile.

Type: Entity

damagingProjectile

damagingProjectile: Entity;

Projectile that caused damage.

Type: Entity