|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.magicproject.clickable.ability.Ability net.sf.magicproject.clickable.ability.UserAbility net.sf.magicproject.clickable.ability.TriggeredAbility net.sf.magicproject.clickable.ability.TriggeredAbilitySet
public class TriggeredAbilitySet
Field Summary |
---|
Fields inherited from class net.sf.magicproject.clickable.ability.Ability |
---|
optimizer, priority |
Constructor Summary | |
---|---|
TriggeredAbilitySet(java.io.InputStream inputFile,
MCard card)
Create a new instance of this class. |
Method Summary | |
---|---|
Ability |
clone(MCard container)
return a copy of this ability TODO remove param container since it is not used in this constructor As default, return null |
Methods inherited from class net.sf.magicproject.clickable.ability.TriggeredAbility |
---|
getAbilityTitle, getDelayedCard, getLog, isDelayedAbility, isMatching, removeFromManager, setDelayedCard, toHtmlString |
Methods inherited from class net.sf.magicproject.clickable.ability.UserAbility |
---|
actionList, checkObjectActions, checkTargetActions, clickOn, effectList, eventComing, getCard, manaNeeded, mouseClicked, recheckTargets, toString, triggerIt |
Methods inherited from class net.sf.magicproject.clickable.ability.Ability |
---|
addLinkedAbility, equals, getCardCopy, getController, getName, getPictureName, getTargetable, getTriggeredClone, getTriggeredCloneChoice, hashCode, hasHighPriority, isAutoResolve, isHidden, isPlayAsSpell, optimizeRegisterToManager, registerToManager, resolveStack, setEvent |
Methods inherited from class java.lang.Object |
---|
equals, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TriggeredAbilitySet(java.io.InputStream inputFile, MCard card) throws java.io.IOException
inputFile
- file containing this abilitycard
- referenced card
java.io.IOException
- if error occurred during the reading process from the specified
input streamMethod Detail |
---|
public Ability clone(MCard container)
Ability
clone
in class TriggeredAbility
container
- is not used here
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |