Examples of Island


Examples of mage.sets.unhinged.Island

            }

            @Override
            public Card getBestBasicLand(ColoredManaSymbol color, List<String> setsToUse) {
                Assert.assertNotNull(color);
                return new Island(owner);
            }
        };

        for(int i = 0; i < 24; i++) {
            Card c = new RandomArtifactCreature(owner, i, "Random Artifact " + i);
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.