|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.colossus.game.actions.LegionAction
public abstract class LegionAction
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.
| Field Summary | |
|---|---|
protected Legion |
legion
|
| Constructor Summary | |
|---|---|
LegionAction(Legion legion)
|
|
| Method Summary | |
|---|---|
Legion |
getLegion()
The legion that was changed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final Legion legion
| Constructor Detail |
|---|
public LegionAction(Legion legion)
| Method Detail |
|---|
public Legion getLegion()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||