net.sf.magicproject.action.context
Class MovePlayerCardContext

java.lang.Object
  extended by net.sf.magicproject.action.context.MovePlayerCardContext
All Implemented Interfaces:
ActionContext

public class MovePlayerCardContext
extends java.lang.Object
implements ActionContext

Since:
0.86
Author:
Fabrice Daugan

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

tapPosition

public final boolean[] tapPosition
The previous 'tap' position.


controllers

public final Player[] controllers
The previous controller.


cards

public final MCard[] cards
The previous controller.


srcZones

public final MZone[] srcZones
The previous zones.

Constructor Detail

MovePlayerCardContext

public MovePlayerCardContext(int size)
Create a new context with a moved card list and source zone.

Parameters:
size - the array's size of this context.


Copyright © 2003-2007 Magic-Project. All Rights Reserved.