Package mage.filter.common

Examples of mage.filter.common.FilterPlaneswalkerOrPlayer


  public TargetDefender(int minNumTargets, int maxNumTargets, Set<UUID> defenders, UUID attackerId) {
    this.minNumberOfTargets = minNumTargets;
    this.maxNumberOfTargets = maxNumTargets;
    this.zone = Zone.ALL;
    this.filter = new FilterPlaneswalkerOrPlayer(defenders);
    this.targetName = filter.getMessage();
    this.attackerId = attackerId;
  }
View Full Code Here


    public TargetDefender(int minNumTargets, int maxNumTargets, Set<UUID> defenders, UUID attackerId) {
        this.minNumberOfTargets = minNumTargets;
        this.maxNumberOfTargets = maxNumTargets;
        this.zone = Zone.ALL;
        this.filter = new FilterPlaneswalkerOrPlayer(defenders);
        this.targetName = filter.getMessage();
        this.attackerId = attackerId;
    }
View Full Code Here

TOP

Related Classes of mage.filter.common.FilterPlaneswalkerOrPlayer

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.