|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.magicproject.event.MEventListener net.sf.magicproject.event.TriggeredEvent net.sf.magicproject.event.ArrangedZone
public class ArrangedZone
When a zone is arranged.
Field Summary | |
---|---|
static Event |
EVENT
The event type. |
Fields inherited from class net.sf.magicproject.event.TriggeredEvent |
---|
replacement |
Fields inherited from class net.sf.magicproject.event.MEventListener |
---|
CAN_I_CAST_ABILITIES, card, REPLACEMENT_ABILITIES, test, TRIGGRED_ABILITIES |
Constructor Summary | |
---|---|
ArrangedZone(int idZone,
Test test,
MCard card,
int arrangedZone)
Creates a new instance of CanICast specifying all attributes of this class. |
Method Summary | |
---|---|
MEventListener |
clone(MCard card)
Return a copy of this with the specified owner |
static void |
dispatchEvent(int arrangedZone)
Dispatch this event to all active event listeners able to understand this event. |
Event |
getIdEvent()
Return the idEvent of this event |
boolean |
isMatching(Ability ability,
MCard source,
int arrangedZone)
Tell if the current event matches with this event. |
Methods inherited from class net.sf.magicproject.event.TriggeredEvent |
---|
isActivated, isTriggered, registerToManager, removeFromManager, toHtmlString |
Methods inherited from class net.sf.magicproject.event.MEventListener |
---|
appendOr, getIdPlace, isWellPlaced, isWellPlaced, reCheck, reCheck, reset |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Event EVENT
Constructor Detail |
---|
public ArrangedZone(int idZone, Test test, MCard card, int arrangedZone)
idZone
- the place constraint to activate this eventtest
- the additional test of this eventcard
- is the card owning this cardarrangedZone
- the arranged zoneMethod Detail |
---|
public MEventListener clone(MCard card)
MEventListener
clone
in class TriggeredEvent
card
- is the card of the ability of this event
public boolean isMatching(Ability ability, MCard source, int arrangedZone)
ability
- is the ability owning this test. The card component of this
ability should correspond to the card owning this test too.source
- the source of the spell/abilityarrangedZone
- the arranged zone
public static void dispatchEvent(int arrangedZone)
this
and other multiple event listeners. For each event listeners having
responded they have been activated, the corresponding ability is added to
the triggered buffer zone of player owning this ability
arrangedZone
- the arranged zoneisMatching(Ability, MCard, int)
public final Event getIdEvent()
MEventListener
getIdEvent
in class TriggeredEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |