Uses of Class
net.sf.magicproject.stack.TargetedList

Packages that use TargetedList
net.sf.magicproject.clickable.targetable.card All card components. 
net.sf.magicproject.stack All classes manipulating stack and controlling the abilities/actions flow. 
 

Uses of TargetedList in net.sf.magicproject.clickable.targetable.card
 

Methods in net.sf.magicproject.clickable.targetable.card that return TargetedList
 TargetedList TriggeredCard.getTargetedList()
          Return the target option of the current spell. this target option is owned by the current spell.
 

Uses of TargetedList in net.sf.magicproject.stack
 

Methods in net.sf.magicproject.stack that return TargetedList
 TargetedList TargetedList.cloneList()
          Return a clone of this list.
 TargetedList StackManager.getTargetedList()
           
 TargetedList StackContext.getTargetedList()
          Return the target option of the current spell. this target option is owned by the current spell.
 

Methods in net.sf.magicproject.stack with parameters of type TargetedList
 void StackManager.setTargetedList(TargetedList savedTargeted)
          Set a new targeted list.
 



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