| Package | Description |
|---|---|
| com.jonathan.survivor.inventory |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
MeleeWeapon.hitTree(Tree tree)
Called when the MeleeWeapon has hit a tree and should deal damage to it.
|
void |
Axe.hitTree(Tree tree)
Called when the MeleeWeapon has hit a tree and should deal damage to it.
|