Skip to content

Commit

Permalink
Add missed meta
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Apr 29, 2015
1 parent be5956d commit 1977ea6
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -145,6 +145,7 @@ public void entityDamage(EntityDamageEvent event) {
// <context.final_damage> returns an Element(Decimal) of the amount of damage dealt, after armor is calculated.
// <context.damager> returns the dEntity damaging the other entity.
// <context.projectile> returns a dEntity of the projectile shot by the damager, if any.
// <context.damage_TYPE> returns the damage by a given damage type. Types: BASE, HARD_HAT, BLOCKING, ARMOR,RESISTANCE, MAGIC, ABSORPTION
//
// @Determine
// "CANCELLED" to stop the entity from being killed.
Expand Down Expand Up @@ -181,6 +182,7 @@ public void entityDamage(EntityDamageEvent event) {
// <context.final_damage> returns an Element(Decimal) of the amount of damage dealt, after armor is calculated.
// <context.damager> returns the dEntity damaging the other entity.
// <context.projectile> returns a dEntity of the projectile, if one caused the event.
// <context.damage_TYPE> returns the damage by a given damage type. Types: BASE, HARD_HAT, BLOCKING, ARMOR,RESISTANCE, MAGIC, ABSORPTION
//
// @Determine
// "CANCELLED" to stop the entity from being damaged.
Expand Down Expand Up @@ -309,6 +311,7 @@ else if (damager.isPlayer()) {
// <context.damage> returns an Element(Decimal) of the amount of damage dealt.
// <context.final_damage> returns an Element(Decimal) of the amount of damage dealt, after armor is calculated.
// <context.projectile> returns a dEntity of the projectile, if one caused the event.
// <context.damage_TYPE> returns the damage by a given damage type. Types: BASE, HARD_HAT, BLOCKING, ARMOR,RESISTANCE, MAGIC, ABSORPTION
//
// @Determine
// "CANCELLED" to stop the entity from being killed.
Expand Down

0 comments on commit 1977ea6

Please sign in to comment.