| Package | Description |
|---|---|
| resources.objects.creature | |
| resources.objects.tangible | |
| services.combat |
| Modifier and Type | Class and Description |
|---|---|
class |
CreatureObject |
| Modifier and Type | Method and Description |
|---|---|
java.util.Vector<TangibleObject> |
TangibleObject.getDefendersList() |
| Modifier and Type | Method and Description |
|---|---|
void |
TangibleObject.addDefender(TangibleObject defender) |
void |
TangibleObject.removeDefender(TangibleObject defender) |
| Constructor and Description |
|---|
TangibleMessageBuilder(TangibleObject tangible) |
| Modifier and Type | Method and Description |
|---|---|
void |
CombatService.doCombat(CreatureObject attacker,
TangibleObject target,
WeaponObject weapon,
CombatCommand command,
int actionCounter) |