Uses of Interface
org.magic.api.ast.effects.EffectNode
Packages that use EffectNode
Package
Description
-
Uses of EffectNode in org.magic.api.ast.abilities
Methods in org.magic.api.ast.abilities that return types with arguments of type EffectNodeModifier and TypeMethodDescriptionActivatedAbility.effects()Returns the value of theeffectsrecord component.ModeNode.effects()Returns the value of theeffectsrecord component.PlaneswalkerAbility.effects()Returns the value of theeffectsrecord component.SagaAbility.effects()Returns the value of theeffectsrecord component.TriggeredAbility.effects()Returns the value of theeffectsrecord component.ReplacementEffectAbility.replacementEffects()Returns the value of thereplacementEffectsrecord component.Constructor parameters in org.magic.api.ast.abilities with type arguments of type EffectNodeModifierConstructorDescriptionModeNode(String oracleText, List<EffectNode> effects) Creates an instance of aModeNoderecord class.PlaneswalkerAbility(String loyalty, List<EffectNode> effects) Creates an instance of aPlaneswalkerAbilityrecord class.ReplacementEffectAbility(String replacedEvent, List<EffectNode> replacementEffects) Creates an instance of aReplacementEffectAbilityrecord class.SagaAbility(int num, List<EffectNode> effects) Creates an instance of aSagaAbilityrecord class.TriggeredAbility(TriggerNode trigger, List<EffectNode> effects) Creates an instance of aTriggeredAbilityrecord class. -
Uses of EffectNode in org.magic.api.ast.effects
Classes in org.magic.api.ast.effects that implement EffectNodeModifier and TypeClassDescriptionfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal record -
Uses of EffectNode in org.magic.api.ast.effects.parsers
Methods in org.magic.api.ast.effects.parsers that return EffectNodeModifier and TypeMethodDescriptionMethods in org.magic.api.ast.effects.parsers that return types with arguments of type EffectNode -
Uses of EffectNode in org.magic.api.ast.factories
Methods in org.magic.api.ast.factories that return EffectNode -
Uses of EffectNode in org.magic.api.ast.interfaces
Methods in org.magic.api.ast.interfaces that return EffectNode