Uses of Class
net.sf.magicproject.clickable.targetable.card.DelayedCard

Packages that use DelayedCard
net.sf.magicproject.clickable.ability Abilities. 
net.sf.magicproject.clickable.targetable.card All card components. 
net.sf.magicproject.zone Contains all zones. 
 

Uses of DelayedCard in net.sf.magicproject.clickable.ability
 

Methods in net.sf.magicproject.clickable.ability that return DelayedCard
 DelayedCard TriggeredAbility.getDelayedCard()
          Return the delayed card.
 

Methods in net.sf.magicproject.clickable.ability with parameters of type DelayedCard
 void TriggeredAbility.setDelayedCard(DelayedCard delayedCard)
           
 

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

Methods in net.sf.magicproject.clickable.targetable.card that return DelayedCard
 DelayedCard TriggeredCard.getDelayedCard()
          Return the delayed card attached to this ability.
 

Uses of DelayedCard in net.sf.magicproject.zone
 

Methods in net.sf.magicproject.zone with parameters of type DelayedCard
 void DelayedBuffer.add(DelayedCard delayed)
          Add a delayed ability to this zone
 



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