For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server/interfaces/EntityDamageSource.md.

Interface: EntityDamageSource

entity damage

Beta

提供关于伤害如何应用于实体的信息。

Provides information about how damage has been applied to an entity.

Properties

cause

cause: EntityDamageCause

Beta

Remarks

伤害的原因枚举。

Cause enumeration of damage.


damagingEntity?

optional damagingEntity?: Entity

Beta

Remarks

可选的造成伤害的实体。

Optional entity that caused the damage.


damagingProjectile?

optional damagingProjectile?: Entity

Beta

Remarks

可能造成伤害的可选抛射物。

Optional projectile that may have caused damage.

同领域相关