|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.colossus.ai.SimpleAI.TerrainBonuses
private static class SimpleAI.TerrainBonuses
Stores the skill and power bonuses for a single terrain. For internal use only, so we don't bother with encapsulation.
Field Summary | |
---|---|
(package private) int |
attackerPower
|
(package private) int |
attackerSkill
|
(package private) int |
defenderPower
|
(package private) int |
defenderSkill
|
Constructor Summary | |
---|---|
SimpleAI.TerrainBonuses(int attackerPower,
int defenderPower,
int attackerSkill,
int defenderSkill)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
final int attackerPower
final int defenderPower
final int attackerSkill
final int defenderSkill
Constructor Detail |
---|
SimpleAI.TerrainBonuses(int attackerPower, int defenderPower, int attackerSkill, int defenderSkill)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |