Package mage.filter.predicate.permanent

Examples of mage.filter.predicate.permanent.TokenPredicate


class MinionReflectorTriggeredAbility extends EntersBattlefieldAllTriggeredAbility {


    public MinionReflectorTriggeredAbility() {
        super(new MinionReflectorEffect(), new FilterControlledCreaturePermanent(), "Whenever a nontoken creature enters the battlefield under your control, you may pay {2}. If you do, put a token that's a copy of that creature onto the battlefield. That token has haste and \"At the beginning of the end step, sacrifice this permanent");
        filter.add(Predicates.not(new TokenPredicate()));
    }
View Full Code Here

TOP

Related Classes of mage.filter.predicate.permanent.TokenPredicate

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.