Package net.sf.colossus.ai
Class AbstractAI.MoveInfo
java.lang.Object
net.sf.colossus.ai.AbstractAI.MoveInfo
- Enclosing class:
- AbstractAI
little helper to store info about possible moves
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final int
(package private) final MasterHex
hex to move to.(package private) final Legion
(package private) final int
(package private) final ValueRecorder
-
Constructor Summary
ConstructorsConstructorDescriptionMoveInfo
(Legion legion, MasterHex hex, int value, int difference, ValueRecorder why) -
Method Summary
-
Field Details
-
legion
-
hex
hex to move to. if hex == null, then this means sit still. -
value
final int value -
difference
final int difference -
why
-
-
Constructor Details
-
MoveInfo
MoveInfo(Legion legion, MasterHex hex, int value, int difference, ValueRecorder why)
-