EntityDamageWithMagicEvent

Undocumented in source.

Constructors

this
this(Entity victim, Entity damager, float damage)
Undocumented in source.

Members

Mixins

__anonymous
mixin EntityDamageByEntityEvent.Implementation!(false, Modifiers.none)
Undocumented in source.
__anonymous
mixin Cancellable.FinalImplementation
Undocumented in source.

Mixed In Members

From mixin Cancellable.FinalImplementation

cancel
void cancel()
Undocumented in source. Be warned that the author may not have intended to support it.
cancelled
bool cancelled [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From EntityDamageByMagicEvent

__anonymous
mixin EntityDamageEvent.Implementation!(Modifiers.none)
Undocumented in source.

From EntityDamageByEntityEvent

damager
Entity damager [@property getter]
Undocumented in source.
doKnockback
bool doKnockback [@property getter]
Undocumented in source.
knockback
EntityPosition knockback [@property getter]
Undocumented in source.
isCritical
bool isCritical [@property getter]
Undocumented in source.
Implementation
mixintemplate Implementation(bool impl_entity_damage_event, size_t modifiers)
Undocumented in source.

Meta