EntityFallDamageEvent

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(Entity entity, float damage)
Undocumented in source.

Members

Mixins

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

Inherited Members

From EntityDamageEvent

victim
Entity victim [@property getter]
Undocumented in source.
originalDamage
float originalDamage [@property getter]
Undocumented in source.
damage
float damage [@property getter]
Undocumented in source.
damage
float damage [@property setter]
Undocumented in source.
imminent
bool imminent [@property getter]
Undocumented in source.
message
Translation message [@property getter]
Undocumented in source.
Implementation
mixintemplate Implementation(size_t modifiers)
Undocumented in source.

Meta