EntityStruckByLightningEvent

Undocumented in source.

Constructors

this
this(Entity entity, Lightning lightning)
Undocumented in source.

Members

Mixins

__anonymous
mixin EntityDamageEvent.Implementation!(Modifiers.resistance | Modifiers.armor)
Undocumented in source.

Properties

lightning
Lightning lightning [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
position
EntityPosition position [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

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