Package net.sf.colossus.game.actions
Class LegionAction
- java.lang.Object
-
- net.sf.colossus.game.actions.LegionAction
-
- All Implemented Interfaces:
GameAction
- Direct Known Subclasses:
AddCreatureAction
,RelocateLegion
public abstract class LegionAction extends java.lang.Object implements GameAction
A base class for all actions affecting a single legion in the game. This exists only for implementation purposes and is not intended to be instantiated directly.
-
-
Constructor Summary
Constructors Constructor Description LegionAction(Legion legion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Legion
getLegion()
The legion that was changed.
-