Package mage.sets.unhinged

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

Related Classes of mage.sets.unhinged.Island

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.