|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TriggeredCard | |
---|---|
net.sf.magicproject.action | Provides actions. |
net.sf.magicproject.action.listener | Provides interfaces describing the king of listener an action is. |
net.sf.magicproject.clickable.ability | Abilities. |
net.sf.magicproject.clickable.targetable.card | All card components. |
net.sf.magicproject.event | Available events. |
net.sf.magicproject.stack | All classes manipulating stack and controlling the abilities/actions flow. |
net.sf.magicproject.zone | Contains all zones. |
Uses of TriggeredCard in net.sf.magicproject.action |
---|
Methods in net.sf.magicproject.action with parameters of type TriggeredCard | |
---|---|
boolean |
WaitTriggeredBufferChoice.clickOn(TriggeredCard triggeredCard)
|
boolean |
WaitTriggeredBufferChoice.succeedClickOn(TriggeredCard triggeredCard)
|
Uses of TriggeredCard in net.sf.magicproject.action.listener |
---|
Methods in net.sf.magicproject.action.listener with parameters of type TriggeredCard | |
---|---|
boolean |
WaitingTriggeredCard.clickOn(TriggeredCard triggeredCard)
Called to specify the triggered card chosen for the current action by the handed player |
boolean |
WaitingTriggeredCard.succeedClickOn(TriggeredCard card)
This function should be called by the 'clickOn' caller in case of the specified triggered has been handled during the checking validity of this click in the clickOn(TriggeredCard) function. |
Uses of TriggeredCard in net.sf.magicproject.clickable.ability |
---|
Methods in net.sf.magicproject.clickable.ability that return TriggeredCard | |
---|---|
TriggeredCard |
Ability.getTriggeredClone(ContextEventListener context)
Return a MTriggeredCard representing this ability. |
Methods in net.sf.magicproject.clickable.ability that return types with arguments of type TriggeredCard | |
---|---|
java.util.List<TriggeredCard> |
Priority.getAbstractZone(java.util.List<TriggeredCard> abstractLowestZone,
java.util.List<TriggeredCard> abstractZone,
java.util.List<TriggeredCard> abstractHighestZone)
Following the class, returns the abstract zone where the specified ability should be added. |
Method parameters in net.sf.magicproject.clickable.ability with type arguments of type TriggeredCard | |
---|---|
boolean |
Optimization.addTo(Ability ability,
ContextEventListener context,
java.util.List<TriggeredCard> where)
Add the specified ability to the TBZ. |
java.util.List<TriggeredCard> |
Priority.getAbstractZone(java.util.List<TriggeredCard> abstractLowestZone,
java.util.List<TriggeredCard> abstractZone,
java.util.List<TriggeredCard> abstractHighestZone)
Following the class, returns the abstract zone where the specified ability should be added. |
java.util.List<TriggeredCard> |
Priority.getAbstractZone(java.util.List<TriggeredCard> abstractLowestZone,
java.util.List<TriggeredCard> abstractZone,
java.util.List<TriggeredCard> abstractHighestZone)
Following the class, returns the abstract zone where the specified ability should be added. |
java.util.List<TriggeredCard> |
Priority.getAbstractZone(java.util.List<TriggeredCard> abstractLowestZone,
java.util.List<TriggeredCard> abstractZone,
java.util.List<TriggeredCard> abstractHighestZone)
Following the class, returns the abstract zone where the specified ability should be added. |
Uses of TriggeredCard in net.sf.magicproject.clickable.targetable.card |
---|
Subclasses of TriggeredCard in net.sf.magicproject.clickable.targetable.card | |
---|---|
class |
TriggeredCardChoice
|
Methods in net.sf.magicproject.clickable.targetable.card that return TriggeredCard | |
---|---|
static TriggeredCard |
TriggeredCard.getTriggeredCard(java.io.InputStream input)
Return the component from information read throw net.sf.magicproject.network |
Uses of TriggeredCard in net.sf.magicproject.event |
---|
Methods in net.sf.magicproject.event with parameters of type TriggeredCard | |
---|---|
boolean |
MEventListener.reCheck(TriggeredCard triggered)
Tell if the event still activated before to be added to the stack |
Uses of TriggeredCard in net.sf.magicproject.stack |
---|
Fields in net.sf.magicproject.stack declared as TriggeredCard | |
---|---|
static TriggeredCard |
StackManager.triggered
Current spell is a triggered ability if not null |
Methods in net.sf.magicproject.stack with parameters of type TriggeredCard | |
---|---|
boolean |
ActionManager.clickOn(TriggeredCard triggeredCard)
Called to specify the player choice for the current action |
static boolean |
StackManager.newSpell(TriggeredCard triggered)
Add a triggered ability to the stack. |
void |
ActionManager.succeedClickOn(TriggeredCard card)
This function should be called by the 'clickOn' caller in case of the specified triggered card has been handled during the checking validity of this click in the clickOn(MTriggeredCard) function. |
Uses of TriggeredCard in net.sf.magicproject.zone |
---|
Methods in net.sf.magicproject.zone that return TriggeredCard | |
---|---|
TriggeredCard |
TriggeredBuffer.chooseAbility()
Return the first ability with the 'high-priority' tag, or the triggered ability without this tag, or null if there are several triggered ability with the same priority and if the 'auto-stack' option is disabled.The 'auto-stack' order is FIFO. |
TriggeredCard |
TriggeredBuffer.getTriggeredAbility(int index)
Return the triggered abilities positionned at the specified index |
Methods in net.sf.magicproject.zone with parameters of type TriggeredCard | |
---|---|
void |
TriggeredBuffer.add(TriggeredCard triggeredCard)
Add the triggered ability to this zone and updatet this zone. |
void |
TriggeredBuffer.removeTriggered(TriggeredCard triggered)
Removes the specified component from this container. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |