Package mage.abilities.effects.common

Examples of mage.abilities.effects.common.AddConditionalColorlessManaEffect


    public ConditionalColorlessManaAbility(int amount, ConditionalManaBuilder manaBuilder) {
        this(new TapSourceCost(), amount, manaBuilder);
    }

    public ConditionalColorlessManaAbility(Cost cost, int amount, ConditionalManaBuilder manaBuilder) {
        super(Zone.BATTLEFIELD, new AddConditionalColorlessManaEffect(amount, manaBuilder), cost);       
        this.netMana.setColorless(amount);
    }
View Full Code Here

TOP

Related Classes of mage.abilities.effects.common.AddConditionalColorlessManaEffect

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.