|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CombatModel.CombatResultType | |
---|---|
net.sf.freecol.client.gui.animation | |
net.sf.freecol.common.model | Contains the game model. |
Uses of CombatModel.CombatResultType in net.sf.freecol.client.gui.animation |
---|
Methods in net.sf.freecol.client.gui.animation with parameters of type CombatModel.CombatResultType | |
---|---|
static void |
Animations.unitAttack(Canvas canvas,
Unit attacker,
Unit defender,
CombatModel.CombatResultType result)
Animates a unit attack. |
Uses of CombatModel.CombatResultType in net.sf.freecol.common.model |
---|
Fields in net.sf.freecol.common.model declared as CombatModel.CombatResultType | |
---|---|
CombatModel.CombatResultType |
CombatModel.CombatResult.type
|
Methods in net.sf.freecol.common.model that return CombatModel.CombatResultType | |
---|---|
static CombatModel.CombatResultType |
CombatModel.CombatResultType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CombatModel.CombatResultType[] |
CombatModel.CombatResultType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in net.sf.freecol.common.model with parameters of type CombatModel.CombatResultType | |
---|---|
CombatModel.CombatResult(CombatModel.CombatResultType type,
int damage)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |