Uses of Class
net.sf.magicproject.modifier.RegisterIndirection

Packages that use RegisterIndirection
net.sf.magicproject.clickable.targetable Provides all targetable objects : player, card, card... 
net.sf.magicproject.clickable.targetable.card All card components. 
net.sf.magicproject.clickable.targetable.player All player components. 
 

Uses of RegisterIndirection in net.sf.magicproject.clickable.targetable
 

Fields in net.sf.magicproject.clickable.targetable declared as RegisterIndirection
 RegisterIndirection[] Targetable.indirections
          The registerModifiers on this object
 

Methods in net.sf.magicproject.clickable.targetable with parameters of type RegisterIndirection
 void Targetable.addModifier(RegisterIndirection modifier, int index)
          Add a modifier to this object
abstract  void Targetable.removeModifier(RegisterIndirection indirection, int index)
          Remove a register-indirection modifier from this component.
 

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

Methods in net.sf.magicproject.clickable.targetable.card with parameters of type RegisterIndirection
 void LastKnownCard.addModifier(RegisterIndirection modifier, int index)
           
 void TriggeredCard.removeModifier(RegisterIndirection indirection, int index)
           
 void MCard.removeModifier(RegisterIndirection indirection, int index)
           
 void LastKnownCard.removeModifier(RegisterIndirection indirection, int index)
           
 

Uses of RegisterIndirection in net.sf.magicproject.clickable.targetable.player
 

Methods in net.sf.magicproject.clickable.targetable.player with parameters of type RegisterIndirection
 void Player.removeModifier(RegisterIndirection indirection, int index)
           
 



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