Package net.sf.colossus.game.actions
Class RelocateLegion
- java.lang.Object
-
- net.sf.colossus.game.actions.LegionAction
-
- net.sf.colossus.game.actions.RelocateLegion
-
- All Implemented Interfaces:
GameAction
public class RelocateLegion extends LegionAction
-
-
Field Summary
Fields Modifier and Type Field Description private MasterHex
hex
-
Fields inherited from class net.sf.colossus.game.actions.LegionAction
legion
-
-
Constructor Summary
Constructors Constructor Description RelocateLegion(Legion legion, MasterHex hex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MasterHex
getDestination()
java.lang.String
toString()
-
Methods inherited from class net.sf.colossus.game.actions.LegionAction
getLegion
-
-