|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.colossus.game.actions.LegionAction
net.sf.colossus.game.actions.AddCreatureAction
net.sf.colossus.game.actions.Summoning
public class Summoning
| Field Summary | |
|---|---|
private Legion |
donor
|
| Fields inherited from class net.sf.colossus.game.actions.LegionAction |
|---|
legion |
| Constructor Summary | |
|---|---|
Summoning(Legion targetLegion,
Legion donor,
CreatureType summonedCreature)
|
|
| Method Summary | |
|---|---|
Legion |
getDonor()
|
java.lang.String |
getReason()
Returns a string representing the reason for the addition. |
java.lang.String |
toString()
|
| Methods inherited from class net.sf.colossus.game.actions.AddCreatureAction |
|---|
getAddedCreatureType, getRevealedCreatures |
| Methods inherited from class net.sf.colossus.game.actions.LegionAction |
|---|
getLegion |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private final Legion donor
| Constructor Detail |
|---|
public Summoning(Legion targetLegion,
Legion donor,
CreatureType summonedCreature)
| Method Detail |
|---|
public java.lang.String getReason()
AddCreatureAction
getReason in class AddCreatureActionpublic Legion getDonor()
public java.lang.String toString()
toString in class AddCreatureAction
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||