net.sf.colossus.client
Class CritterMove
java.lang.Object
net.sf.colossus.client.CritterMove
public class CritterMove
- extends java.lang.Object
One battle move for one critter.
- Author:
- David Ripton
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
value
private int value
critter
private final BattleCritter critter
startingHex
private final BattleHex startingHex
endingHex
private final BattleHex endingHex
CritterMove
public CritterMove(BattleCritter critter,
BattleHex startingHex,
BattleHex endingHex)
setValue
public void setValue(int value)
getValue
public int getValue()
getCritter
public BattleCritter getCritter()
getTag
int getTag()
getStartingHex
public BattleHex getStartingHex()
getEndingHex
public BattleHex getEndingHex()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object