Interface Damageable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
heal(int amount)
void
inflict(int amount)
void
onColdDeath()
void
onDeath()
-
Modifier and Type | Method | Description |
---|---|---|
void |
heal(int amount) |
|
void |
inflict(int amount) |
|
void |
onColdDeath() |
|
void |
onDeath() |