Uses of Class
net.sf.magicproject.clickable.ability.ReplacementAbility

Packages that use ReplacementAbility
net.sf.magicproject.clickable.ability Abilities. 
net.sf.magicproject.event Available events. 
net.sf.magicproject.stack All classes manipulating stack and controlling the abilities/actions flow. 
 

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

Methods in net.sf.magicproject.clickable.ability with parameters of type ReplacementAbility
 void Priority.registerToManager(ReplacementAbility ability)
          Register the specified replacement ability.
 void Priority.removeFromManager(ReplacementAbility ability)
          Unregister the specified replacement ability.
 

Uses of ReplacementAbility in net.sf.magicproject.event
 

Fields in net.sf.magicproject.event with type parameters of type ReplacementAbility
static java.util.Map<Event,java.util.Map<Priority,java.util.List<ReplacementAbility>>> MEventListener.REPLACEMENT_ABILITIES
          Represent all active replacement abilities of games for each event and each priority.
 

Uses of ReplacementAbility in net.sf.magicproject.stack
 

Methods in net.sf.magicproject.stack with parameters of type ReplacementAbility
static boolean StackManager.isPlaying(ReplacementAbility ability)
          Indicates if the specified replacement ability has already been used to replace the main action.
 



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