Package mage.target.common

Examples of mage.target.common.TargetCreatureOrPlayer.clearChosen()


            possibleTargets.removeAll(getTargets());
            Iterator<UUID> it = possibleTargets.iterator();
            while (it.hasNext()) {
                UUID targetId = it.next();
                TargetCreatureOrPlayer target = this.copy();
                target.clearChosen();
                target.addTarget(targetId, source, game, true);

                if (target.getTargets().size() == numberTargets) {
                    chosen = true;
                }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.