|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CombatModel.CombatResult | |
---|---|
net.sf.freecol.common.model | Contains the game model. |
Uses of CombatModel.CombatResult in net.sf.freecol.common.model |
---|
Methods in net.sf.freecol.common.model that return CombatModel.CombatResult | |
---|---|
CombatModel.CombatResult |
SimpleCombatModel.generateAttackResult(Colony colony,
Unit defender)
Generates the result of a colony bombarding a Unit. |
CombatModel.CombatResult |
CombatModel.generateAttackResult(Colony colony,
Unit defender)
Generates the result of a colony bombarding a Unit. |
CombatModel.CombatResult |
SimpleCombatModel.generateAttackResult(Unit attacker,
Unit defender)
Generates a result of an attack. |
CombatModel.CombatResult |
CombatModel.generateAttackResult(Unit attacker,
Unit defender)
Generates a result of an attack. |
Methods in net.sf.freecol.common.model with parameters of type CombatModel.CombatResult | |
---|---|
void |
SimpleCombatModel.attack(Unit attacker,
Unit defender,
CombatModel.CombatResult result,
int plunderGold,
Location repairLocation)
Attack a unit with the given outcome. |
void |
CombatModel.attack(Unit attacker,
Unit defender,
CombatModel.CombatResult result,
int plunderGold,
Location repairLocation)
Attack a unit with the given outcome. |
void |
SimpleCombatModel.bombard(Colony colony,
Unit defender,
CombatModel.CombatResult result,
Location repairLocation)
Bombard a unit with the given outcome. |
void |
CombatModel.bombard(Colony colony,
Unit defender,
CombatModel.CombatResult result,
Location repairLocation)
Bombard a unit with the given outcome. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |