EntityDamageByEntityEvent.Implementation

Undocumented in source.

Members

Functions

entityDamageByEntity
entityDamageByEntity(Entity victim, Entity damager, float damage, Translatable translatable)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin EntityDamageEvent.Implementation!modifiers
Undocumented in source.

Properties

damager
Entity damager [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
doKnockback
bool doKnockback [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isCritical
bool isCritical [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
knockback
EntityPosition knockback [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

knockback_modifier
float knockback_modifier;
Undocumented in source.
n_critical
bool n_critical;
Undocumented in source.
n_knockback
EntityPosition n_knockback;
Undocumented in source.

Meta