EntityDamageEvent.Implementation

Undocumented in source.

Members

Functions

calculateDamage
void calculateDamage()
Undocumented in source. Be warned that the author may not have intended to support it.
entityDamage
entityDamage(Entity entity, float damage, Translatable translatable)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin Cancellable.Implementation
Undocumented in source.
__anonymous
mixin EntityEvent.Implementation
Undocumented in source.

Properties

damage
float damage [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
damage
float damage [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
imminent
bool imminent [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
message
Translation message [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
originalDamage
float originalDamage [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
victim
Entity victim [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

n_message
Translation n_message;
Undocumented in source.

Mixed In Members

From mixin Cancellable.Implementation

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.

From mixin EntityEvent.Implementation

entity
Entity entity [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
world
World world [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta