|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DamageHitHandler | |
|---|---|
| org.starhope.appius.game.inventory.effects | |
| org.starhope.appius.game.npc | |
| Uses of DamageHitHandler in org.starhope.appius.game.inventory.effects |
|---|
| Classes in org.starhope.appius.game.inventory.effects that implement DamageHitHandler | |
|---|---|
class |
SimpleDamageEffector
WRITEME: Document this type. |
| Fields in org.starhope.appius.game.inventory.effects declared as DamageHitHandler | |
|---|---|
protected DamageHitHandler |
SimpleAbstractWeapon.hitHandler
WRITEME: Document this brpocock@star-hope.org |
| Methods in org.starhope.appius.game.inventory.effects that return DamageHitHandler | |
|---|---|
DamageHitHandler |
SimpleAbstractWeapon.getHitHandler()
|
| Methods in org.starhope.appius.game.inventory.effects with parameters of type DamageHitHandler | |
|---|---|
void |
SimpleAbstractWeapon.setHitHandler(DamageHitHandler newHitHandler)
|
| Uses of DamageHitHandler in org.starhope.appius.game.npc |
|---|
| Fields in org.starhope.appius.game.npc declared as DamageHitHandler | |
|---|---|
private DamageHitHandler |
Projectile.hitEffect
WRITEME brpocock@star-hope.org |
| Methods in org.starhope.appius.game.npc that return DamageHitHandler | |
|---|---|
DamageHitHandler |
Projectile.getHitEffect()
|
| Methods in org.starhope.appius.game.npc with parameters of type DamageHitHandler | |
|---|---|
void |
Projectile.setHitEffect(DamageHitHandler newHitEffect)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||