org.starhope.appius.game.npc
Interface DamageHitHandler

All Known Implementing Classes:
SimpleDamageEffector

public interface DamageHitHandler

This interface provides a mechanism for adjudicating a hit from a damage-causing attack.

Author:
brpocock@star-hope.org

Method Summary
 void hitForDamage(Projectile projectile, AbstractUser victim)
          Take damage from the projectile in accordance with the damage information associated with it
 

Method Detail

hitForDamage

void hitForDamage(Projectile projectile,
                  AbstractUser victim)
Take damage from the projectile in accordance with the damage information associated with it

Parameters:
projectile - WRITEME
victim - WRITEME