|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.magicproject.action.context.MovePlayerCardContext
public class MovePlayerCardContext
Field Summary | |
---|---|
MCard[] |
cards
The previous controller. |
Player[] |
controllers
The previous controller. |
MZone[] |
srcZones
The previous zones. |
boolean[] |
tapPosition
The previous 'tap' position. |
Constructor Summary | |
---|---|
MovePlayerCardContext(int size)
Create a new context with a moved card list and source zone. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final boolean[] tapPosition
public final Player[] controllers
public final MCard[] cards
public final MZone[] srcZones
Constructor Detail |
---|
public MovePlayerCardContext(int size)
size
- the array's size of this context.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |