Package | Description |
---|---|
simkit.smdx |
Contains basic classes to represent the entities in a combat simulation.
|
Modifier and Type | Class and Description |
---|---|
class |
HitPointDamage
This Damage type holds a Number to indicate the amount of damage to the
Target from a hit.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleTarget.hit(Damage damage)
Does nothing.
|
void |
Target.hit(Damage damage)
Causes this Target to be damaged.
|