|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.magicproject.action.context.MoveContext
public class MoveContext
Field Summary | |
---|---|
MCard[] |
attachedTo
The previous attachedTo. |
Player[] |
controllers
The previous controller. |
int[] |
idZones
The previous zone. |
Pair<java.lang.Integer,java.lang.Integer>[] |
indexes
The indexes within the zone. |
boolean[] |
tapPosition
The previous 'tap' position. |
Constructor Summary | |
---|---|
MoveContext(int size)
Create a new context with a new boolean array |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final Player[] controllers
public final MCard[] attachedTo
public final int[] idZones
public final boolean[] tapPosition
public Pair<java.lang.Integer,java.lang.Integer>[] indexes
Constructor Detail |
---|
public MoveContext(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 |