Package mage.filter.predicate.other

Examples of mage.filter.predicate.other.PlayerPredicate


        this(false);
    }
   
    public TargetOpponent(boolean notTarget) {
        super(1, 1, false, new FilterPlayer("opponent"));
        this.filter.add(new PlayerPredicate(TargetController.OPPONENT));
        setNotTarget(notTarget);
    }
View Full Code Here

TOP

Related Classes of mage.filter.predicate.other.PlayerPredicate

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.