* Anpassung falscher package name von tenth to tenthedition.

This commit is contained in:
LevelX2 2015-05-04 16:14:30 +02:00
parent 3413814533
commit 70480ebb5e
1424 changed files with 1429 additions and 1429 deletions

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author LevelX2 * @author LevelX2
*/ */
public class IcyManipulator extends mage.sets.tenth.IcyManipulator { public class IcyManipulator extends mage.sets.tenthedition.IcyManipulator {
public IcyManipulator(UUID ownerId) { public IcyManipulator(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author LevelX2 * @author LevelX2
*/ */
public class TerramorphicExpanse extends mage.sets.tenth.TerramorphicExpanse { public class TerramorphicExpanse extends mage.sets.tenthedition.TerramorphicExpanse {
public TerramorphicExpanse(UUID ownerId) { public TerramorphicExpanse(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author fireshoes * @author fireshoes
*/ */
public class AngelOfMercy extends mage.sets.tenth.AngelOfMercy { public class AngelOfMercy extends mage.sets.tenthedition.AngelOfMercy {
public AngelOfMercy(UUID ownerId) { public AngelOfMercy(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author fireshoes * @author fireshoes
*/ */
public class AngelsFeather extends mage.sets.tenth.AngelsFeather { public class AngelsFeather extends mage.sets.tenthedition.AngelsFeather {
public AngelsFeather(UUID ownerId) { public AngelsFeather(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author fireshoes * @author fireshoes
*/ */
public class CruelEdict extends mage.sets.tenth.CruelEdict { public class CruelEdict extends mage.sets.tenthedition.CruelEdict {
public CruelEdict(UUID ownerId) { public CruelEdict(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author fireshoes * @author fireshoes
*/ */
public class DemonsHorn extends mage.sets.tenth.DemonsHorn { public class DemonsHorn extends mage.sets.tenthedition.DemonsHorn {
public DemonsHorn(UUID ownerId) { public DemonsHorn(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author fireshoes * @author fireshoes
*/ */
public class DuskImp extends mage.sets.tenth.DuskImp { public class DuskImp extends mage.sets.tenthedition.DuskImp {
public DuskImp(UUID ownerId) { public DuskImp(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author fireshoes * @author fireshoes
*/ */
public class IcatianPriest extends mage.sets.tenth.IcatianPriest { public class IcatianPriest extends mage.sets.tenthedition.IcatianPriest {
public IcatianPriest(UUID ownerId) { public IcatianPriest(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author fireshoes * @author fireshoes
*/ */
public class Pacifism extends mage.sets.tenth.Pacifism { public class Pacifism extends mage.sets.tenthedition.Pacifism {
public Pacifism(UUID ownerId) { public Pacifism(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author fireshoes * @author fireshoes
*/ */
public class ReyaDawnbringer extends mage.sets.tenth.ReyaDawnbringer { public class ReyaDawnbringer extends mage.sets.tenthedition.ReyaDawnbringer {
public ReyaDawnbringer(UUID ownerId) { public ReyaDawnbringer(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author fireshoes * @author fireshoes
*/ */
public class SerraAngel extends mage.sets.tenth.SerraAngel { public class SerraAngel extends mage.sets.tenthedition.SerraAngel {
public SerraAngel(UUID ownerId) { public SerraAngel(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author fireshoes * @author fireshoes
*/ */
public class SerrasEmbrace extends mage.sets.tenth.SerrasEmbrace { public class SerrasEmbrace extends mage.sets.tenthedition.SerrasEmbrace {
public SerrasEmbrace(UUID ownerId) { public SerrasEmbrace(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author fireshoes * @author fireshoes
*/ */
public class UnholyStrength extends mage.sets.tenth.UnholyStrength { public class UnholyStrength extends mage.sets.tenthedition.UnholyStrength {
public UnholyStrength(UUID ownerId) { public UnholyStrength(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author fireshoes * @author fireshoes
*/ */
public class VenerableMonk extends mage.sets.tenth.VenerableMonk { public class VenerableMonk extends mage.sets.tenthedition.VenerableMonk {
public VenerableMonk(UUID ownerId) { public VenerableMonk(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author fireshoes * @author fireshoes
*/ */
public class FlamewaveInvoker extends mage.sets.tenth.FlamewaveInvoker { public class FlamewaveInvoker extends mage.sets.tenthedition.FlamewaveInvoker {
public FlamewaveInvoker(UUID ownerId) { public FlamewaveInvoker(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author fireshoes * @author fireshoes
*/ */
public class GiantGrowth extends mage.sets.tenth.GiantGrowth { public class GiantGrowth extends mage.sets.tenthedition.GiantGrowth {
public GiantGrowth(UUID ownerId) { public GiantGrowth(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author fireshoes * @author fireshoes
*/ */
public class LlanowarElves extends mage.sets.tenth.LlanowarElves { public class LlanowarElves extends mage.sets.tenthedition.LlanowarElves {
public LlanowarElves(UUID ownerId) { public LlanowarElves(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author fireshoes * @author fireshoes
*/ */
public class RagingGoblin extends mage.sets.tenth.RagingGoblin { public class RagingGoblin extends mage.sets.tenthedition.RagingGoblin {
public RagingGoblin(UUID ownerId) { public RagingGoblin(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author fireshoes * @author fireshoes
*/ */
public class SpittingEarth extends mage.sets.tenth.SpittingEarth { public class SpittingEarth extends mage.sets.tenthedition.SpittingEarth {
public SpittingEarth(UUID ownerId) { public SpittingEarth(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author fireshoes * @author fireshoes
*/ */
public class GiantGrowth extends mage.sets.tenth.GiantGrowth { public class GiantGrowth extends mage.sets.tenthedition.GiantGrowth {
public GiantGrowth(UUID ownerId) { public GiantGrowth(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author fireshoes * @author fireshoes
*/ */
public class PhyrexianRager extends mage.sets.tenth.PhyrexianRager { public class PhyrexianRager extends mage.sets.tenthedition.PhyrexianRager {
public PhyrexianRager(UUID ownerId) { public PhyrexianRager(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author fireshoes * @author fireshoes
*/ */
public class RavenousRats extends mage.sets.tenth.RavenousRats { public class RavenousRats extends mage.sets.tenthedition.RavenousRats {
public RavenousRats(UUID ownerId) { public RavenousRats(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author fireshoes * @author fireshoes
*/ */
public class StampedingWildebeests extends mage.sets.tenth.StampedingWildebeests { public class StampedingWildebeests extends mage.sets.tenthedition.StampedingWildebeests {
public StampedingWildebeests(UUID ownerId) { public StampedingWildebeests(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author fireshoes * @author fireshoes
*/ */
public class TreetopVillage extends mage.sets.tenth.TreetopVillage { public class TreetopVillage extends mage.sets.tenthedition.TreetopVillage {
public TreetopVillage(UUID ownerId) { public TreetopVillage(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author fireshoes * @author fireshoes
*/ */
public class FlamewaveInvoker extends mage.sets.tenth.FlamewaveInvoker { public class FlamewaveInvoker extends mage.sets.tenthedition.FlamewaveInvoker {
public FlamewaveInvoker(UUID ownerId) { public FlamewaveInvoker(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author fireshoes * @author fireshoes
*/ */
public class FurnaceWhelp extends mage.sets.tenth.FurnaceWhelp { public class FurnaceWhelp extends mage.sets.tenthedition.FurnaceWhelp {
public FurnaceWhelp(UUID ownerId) { public FurnaceWhelp(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author fireshoes * @author fireshoes
*/ */
public class Incinerate extends mage.sets.tenth.Incinerate { public class Incinerate extends mage.sets.tenthedition.Incinerate {
public Incinerate(UUID ownerId) { public Incinerate(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author fireshoes * @author fireshoes
*/ */
public class MindStone extends mage.sets.tenth.MindStone { public class MindStone extends mage.sets.tenthedition.MindStone {
public MindStone(UUID ownerId) { public MindStone(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -34,7 +34,7 @@ import mage.constants.Rarity;
* *
* @author North * @author North
*/ */
public class Ornithopter extends mage.sets.tenth.Ornithopter { public class Ornithopter extends mage.sets.tenthedition.Ornithopter {
public Ornithopter(UUID ownerId) { public Ornithopter(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author North * @author North
*/ */
public class PhyrexianRager extends mage.sets.tenth.PhyrexianRager { public class PhyrexianRager extends mage.sets.tenthedition.PhyrexianRager {
public PhyrexianRager(UUID ownerId) { public PhyrexianRager(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author LevelX2 * @author LevelX2
*/ */
public class FurnaceWhelp extends mage.sets.tenth.FurnaceWhelp { public class FurnaceWhelp extends mage.sets.tenthedition.FurnaceWhelp {
public FurnaceWhelp(UUID ownerId) { public FurnaceWhelp(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author LevelX2 * @author LevelX2
*/ */
public class Juggernaut extends mage.sets.tenth.Juggernaut { public class Juggernaut extends mage.sets.tenthedition.Juggernaut {
public Juggernaut(UUID ownerId) { public Juggernaut(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author LevelX2 * @author LevelX2
*/ */
public class MarchOfTheMachines extends mage.sets.tenth.MarchOfTheMachines { public class MarchOfTheMachines extends mage.sets.tenthedition.MarchOfTheMachines {
public MarchOfTheMachines(UUID ownerId) { public MarchOfTheMachines(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author LevelX2 * @author LevelX2
*/ */
public class MolimoMaroSorcerer extends mage.sets.tenth.MolimoMaroSorcerer { public class MolimoMaroSorcerer extends mage.sets.tenthedition.MolimoMaroSorcerer {
public MolimoMaroSorcerer(UUID ownerId) { public MolimoMaroSorcerer(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author LevelX2 * @author LevelX2
*/ */
public class TerramorphicExpanse extends mage.sets.tenth.TerramorphicExpanse { public class TerramorphicExpanse extends mage.sets.tenthedition.TerramorphicExpanse {
public TerramorphicExpanse(UUID ownerId) { public TerramorphicExpanse(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author North * @author North
*/ */
public class AngelicWall extends mage.sets.tenth.AngelicWall { public class AngelicWall extends mage.sets.tenthedition.AngelicWall {
public AngelicWall(UUID ownerId) { public AngelicWall(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author North * @author North
*/ */
public class Demolish extends mage.sets.tenth.Demolish { public class Demolish extends mage.sets.tenthedition.Demolish {
public Demolish(UUID ownerId) { public Demolish(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author nantuko * @author nantuko
*/ */
public class Distress extends mage.sets.tenth.Distress { public class Distress extends mage.sets.tenthedition.Distress {
public Distress(UUID ownerId) { public Distress(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author LevelX2 * @author LevelX2
*/ */
public class Soulblast extends mage.sets.tenth.Soulblast { public class Soulblast extends mage.sets.tenthedition.Soulblast {
public Soulblast(UUID ownerId) { public Soulblast(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author jeff * @author jeff
*/ */
public class TimeStop extends mage.sets.tenth.TimeStop { public class TimeStop extends mage.sets.tenthedition.TimeStop {
public TimeStop(UUID ownerId) { public TimeStop(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author dustinconrad * @author dustinconrad
*/ */
public class Cryoclasm extends mage.sets.tenth.Cryoclasm { public class Cryoclasm extends mage.sets.tenthedition.Cryoclasm {
public Cryoclasm(UUID ownerId) { public Cryoclasm(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author North * @author North
*/ */
public class Deathmark extends mage.sets.tenth.Deathmark { public class Deathmark extends mage.sets.tenthedition.Deathmark {
public Deathmark(UUID ownerId) { public Deathmark(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author North * @author North
*/ */
public class FieldMarshal extends mage.sets.tenth.FieldMarshal { public class FieldMarshal extends mage.sets.tenthedition.FieldMarshal {
public FieldMarshal(UUID ownerId) { public FieldMarshal(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author North * @author North
*/ */
public class Flashfreeze extends mage.sets.tenth.Flashfreeze { public class Flashfreeze extends mage.sets.tenthedition.Flashfreeze {
public Flashfreeze(UUID ownerId) { public Flashfreeze(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author LevelX2 * @author LevelX2
*/ */
public class DiabolicTutor extends mage.sets.tenth.DiabolicTutor { public class DiabolicTutor extends mage.sets.tenthedition.DiabolicTutor {
public DiabolicTutor(UUID ownerId) { public DiabolicTutor(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author LevelX2 * @author LevelX2
*/ */
public class FurnaceWhelp extends mage.sets.tenth.FurnaceWhelp { public class FurnaceWhelp extends mage.sets.tenthedition.FurnaceWhelp {
public FurnaceWhelp(UUID ownerId) { public FurnaceWhelp(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author LevelX2 * @author LevelX2
*/ */
public class Gravedigger extends mage.sets.tenth.Gravedigger { public class Gravedigger extends mage.sets.tenthedition.Gravedigger {
public Gravedigger(UUID ownerId) { public Gravedigger(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author LevelX2 * @author LevelX2
*/ */
public class Mortivore extends mage.sets.tenth.Mortivore { public class Mortivore extends mage.sets.tenthedition.Mortivore {
public Mortivore(UUID ownerId) { public Mortivore(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author LevelX2 * @author LevelX2
*/ */
public class NantukoHusk extends mage.sets.tenth.NantukoHusk { public class NantukoHusk extends mage.sets.tenthedition.NantukoHusk {
public NantukoHusk(UUID ownerId) { public NantukoHusk(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -34,7 +34,7 @@ import mage.constants.Rarity;
* *
* @author LevelX2 * @author LevelX2
*/ */
public class SerraAngel extends mage.sets.tenth.SerraAngel { public class SerraAngel extends mage.sets.tenthedition.SerraAngel {
public SerraAngel(UUID ownerId) { public SerraAngel(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author LevelX2 * @author LevelX2
*/ */
public class TerramorphicExpanse extends mage.sets.tenth.TerramorphicExpanse { public class TerramorphicExpanse extends mage.sets.tenthedition.TerramorphicExpanse {
public TerramorphicExpanse(UUID ownerId) { public TerramorphicExpanse(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author LevelX2 * @author LevelX2
*/ */
public class WindbornMuse extends mage.sets.tenth.WindbornMuse { public class WindbornMuse extends mage.sets.tenthedition.WindbornMuse {
public WindbornMuse(UUID ownerId) { public WindbornMuse(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author LevelX2 * @author LevelX2
*/ */
public class FaerieConclave extends mage.sets.tenth.FaerieConclave { public class FaerieConclave extends mage.sets.tenthedition.FaerieConclave {
public FaerieConclave(UUID ownerId) { public FaerieConclave(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author LevelX2 * @author LevelX2
*/ */
public class TerramorphicExpanse extends mage.sets.tenth.TerramorphicExpanse { public class TerramorphicExpanse extends mage.sets.tenthedition.TerramorphicExpanse {
public TerramorphicExpanse(UUID ownerId) { public TerramorphicExpanse(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author LevelX2 * @author LevelX2
*/ */
public class WrathOfGod extends mage.sets.tenth.WrathOfGod { public class WrathOfGod extends mage.sets.tenthedition.WrathOfGod {
public WrathOfGod(UUID ownerId) { public WrathOfGod(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author LevelX2 * @author LevelX2
*/ */
public class Condemn extends mage.sets.tenth.Condemn { public class Condemn extends mage.sets.tenthedition.Condemn {
public Condemn(UUID ownerId) { public Condemn(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author LevelX2 * @author LevelX2
*/ */
public class LlanowarElves extends mage.sets.tenth.LlanowarElves { public class LlanowarElves extends mage.sets.tenthedition.LlanowarElves {
public LlanowarElves(UUID ownerId) { public LlanowarElves(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author LevelX2 * @author LevelX2
*/ */
public class MindStone extends mage.sets.tenth.MindStone { public class MindStone extends mage.sets.tenthedition.MindStone {
public MindStone(UUID ownerId) { public MindStone(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author LevelX2 * @author LevelX2
*/ */
public class Mobilization extends mage.sets.tenth.Mobilization { public class Mobilization extends mage.sets.tenthedition.Mobilization {
public Mobilization(UUID ownerId) { public Mobilization(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author LevelX2 * @author LevelX2
*/ */
public class SkyhunterSkirmisher extends mage.sets.tenth.SkyhunterSkirmisher { public class SkyhunterSkirmisher extends mage.sets.tenthedition.SkyhunterSkirmisher {
public SkyhunterSkirmisher(UUID ownerId) { public SkyhunterSkirmisher(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author LevelX2 * @author LevelX2
*/ */
public class TerramorphicExpanse extends mage.sets.tenth.TerramorphicExpanse { public class TerramorphicExpanse extends mage.sets.tenthedition.TerramorphicExpanse {
public TerramorphicExpanse(UUID ownerId) { public TerramorphicExpanse(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -34,7 +34,7 @@ import java.util.UUID;
* *
* @author BetaSteward_at_googlemail.com * @author BetaSteward_at_googlemail.com
*/ */
public class Unsummon extends mage.sets.tenth.Unsummon { public class Unsummon extends mage.sets.tenthedition.Unsummon {
public Unsummon(UUID ownerId) { public Unsummon(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author LevelX2 * @author LevelX2
*/ */
public class Assassinate extends mage.sets.tenth.Assassinate { public class Assassinate extends mage.sets.tenthedition.Assassinate {
public Assassinate(UUID ownerId) { public Assassinate(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -34,7 +34,7 @@ import mage.constants.Rarity;
* *
* @author LevelX2 * @author LevelX2
*/ */
public class PhageTheUntouchable extends mage.sets.tenth.PhageTheUntouchable { public class PhageTheUntouchable extends mage.sets.tenthedition.PhageTheUntouchable {
public PhageTheUntouchable(UUID ownerId) { public PhageTheUntouchable(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author LevelX2 * @author LevelX2
*/ */
public class Quicksand extends mage.sets.tenth.Quicksand { public class Quicksand extends mage.sets.tenthedition.Quicksand {
public Quicksand(UUID ownerId) { public Quicksand(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author LevelX2 * @author LevelX2
*/ */
public class ReyaDawnbringer extends mage.sets.tenth.ReyaDawnbringer { public class ReyaDawnbringer extends mage.sets.tenthedition.ReyaDawnbringer {
public ReyaDawnbringer(UUID ownerId) { public ReyaDawnbringer(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -36,7 +36,7 @@ import java.util.UUID;
* @author Loki * @author Loki
*/ */
public class AngelsFeather extends mage.sets.tenth.AngelsFeather { public class AngelsFeather extends mage.sets.tenthedition.AngelsFeather {
public AngelsFeather(UUID ownerId) { public AngelsFeather(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -34,7 +34,7 @@ import java.util.UUID;
* @author Loki * @author Loki
*/ */
public class DemonsHorn extends mage.sets.tenth.DemonsHorn { public class DemonsHorn extends mage.sets.tenthedition.DemonsHorn {
public DemonsHorn(UUID ownerId) { public DemonsHorn(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -34,7 +34,7 @@ import java.util.UUID;
* @author Loki * @author Loki
*/ */
public class DragonsClaw extends mage.sets.tenth.DragonsClaw { public class DragonsClaw extends mage.sets.tenthedition.DragonsClaw {
public DragonsClaw(UUID ownerId) { public DragonsClaw(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -34,7 +34,7 @@ import java.util.UUID;
* @author Loki * @author Loki
*/ */
public class Juggernaut extends mage.sets.tenth.Juggernaut { public class Juggernaut extends mage.sets.tenthedition.Juggernaut {
public Juggernaut(UUID ownerId) { public Juggernaut(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -34,7 +34,7 @@ import java.util.UUID;
* @author Loki * @author Loki
*/ */
public class KrakensEye extends mage.sets.tenth.KrakensEye { public class KrakensEye extends mage.sets.tenthedition.KrakensEye {
public KrakensEye(UUID ownerId) { public KrakensEye(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author LevelX2 * @author LevelX2
*/ */
public class Shunt extends mage.sets.tenth.Shunt { public class Shunt extends mage.sets.tenthedition.Shunt {
public Shunt(UUID ownerId) { public Shunt(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -34,7 +34,7 @@ import mage.constants.Rarity;
* *
* @author North * @author North
*/ */
public class WhispersilkCloak extends mage.sets.tenth.WhispersilkCloak { public class WhispersilkCloak extends mage.sets.tenthedition.WhispersilkCloak {
public WhispersilkCloak(UUID ownerId) { public WhispersilkCloak(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -34,7 +34,7 @@ import java.util.UUID;
* @author Loki * @author Loki
*/ */
public class WurmsTooth extends mage.sets.tenth.WurmsTooth { public class WurmsTooth extends mage.sets.tenthedition.WurmsTooth {
public WurmsTooth(UUID ownerId) { public WurmsTooth(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author North * @author North
*/ */
public class Condemn extends mage.sets.tenth.Condemn { public class Condemn extends mage.sets.tenthedition.Condemn {
public Condemn(UUID ownerId) { public Condemn(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author LevelX2 * @author LevelX2
*/ */
public class AngelOfMercy extends mage.sets.tenth.AngelOfMercy { public class AngelOfMercy extends mage.sets.tenthedition.AngelOfMercy {
public AngelOfMercy(UUID ownerId) { public AngelOfMercy(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author LevelX2 * @author LevelX2
*/ */
public class AngelsFeather extends mage.sets.tenth.AngelsFeather { public class AngelsFeather extends mage.sets.tenthedition.AngelsFeather {
public AngelsFeather(UUID ownerId) { public AngelsFeather(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author LevelX2 * @author LevelX2
*/ */
public class CruelEdict extends mage.sets.tenth.CruelEdict { public class CruelEdict extends mage.sets.tenthedition.CruelEdict {
public CruelEdict(UUID ownerId) { public CruelEdict(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author LevelX2 * @author LevelX2
*/ */
public class DemonsHorn extends mage.sets.tenth.DemonsHorn { public class DemonsHorn extends mage.sets.tenthedition.DemonsHorn {
public DemonsHorn(UUID ownerId) { public DemonsHorn(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author LevelX2 * @author LevelX2
*/ */
public class DuskImp extends mage.sets.tenth.DuskImp { public class DuskImp extends mage.sets.tenthedition.DuskImp {
public DuskImp(UUID ownerId) { public DuskImp(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author LevelX2 * @author LevelX2
*/ */
public class IcatianPriest extends mage.sets.tenth.IcatianPriest { public class IcatianPriest extends mage.sets.tenthedition.IcatianPriest {
public IcatianPriest(UUID ownerId) { public IcatianPriest(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author LevelX2 * @author LevelX2
*/ */
public class Pacifism extends mage.sets.tenth.Pacifism { public class Pacifism extends mage.sets.tenthedition.Pacifism {
public Pacifism(UUID ownerId) { public Pacifism(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author LevelX2 * @author LevelX2
*/ */
public class ReyaDawnbringer extends mage.sets.tenth.ReyaDawnbringer { public class ReyaDawnbringer extends mage.sets.tenthedition.ReyaDawnbringer {
public ReyaDawnbringer(UUID ownerId) { public ReyaDawnbringer(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author LevelX2 * @author LevelX2
*/ */
public class SerraAngel extends mage.sets.tenth.SerraAngel { public class SerraAngel extends mage.sets.tenthedition.SerraAngel {
public SerraAngel(UUID ownerId) { public SerraAngel(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author LevelX2 * @author LevelX2
*/ */
public class SerrasEmbrace extends mage.sets.tenth.SerrasEmbrace { public class SerrasEmbrace extends mage.sets.tenthedition.SerrasEmbrace {
public SerrasEmbrace(UUID ownerId) { public SerrasEmbrace(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author LevelX2 * @author LevelX2
*/ */
public class UnholyStrength extends mage.sets.tenth.UnholyStrength { public class UnholyStrength extends mage.sets.tenthedition.UnholyStrength {
public UnholyStrength(UUID ownerId) { public UnholyStrength(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author LevelX2 * @author LevelX2
*/ */
public class VenerableMonk extends mage.sets.tenth.VenerableMonk { public class VenerableMonk extends mage.sets.tenthedition.VenerableMonk {
public VenerableMonk(UUID ownerId) { public VenerableMonk(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author fireshoes * @author fireshoes
*/ */
public class MindRot extends mage.sets.tenth.MindRot { public class MindRot extends mage.sets.tenthedition.MindRot {
public MindRot(UUID ownerId) { public MindRot(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author fireshoes * @author fireshoes
*/ */
public class Naturalize extends mage.sets.tenth.Naturalize { public class Naturalize extends mage.sets.tenthedition.Naturalize {
public Naturalize(UUID ownerId) { public Naturalize(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author fireshoes * @author fireshoes
*/ */
public class Pacifism extends mage.sets.tenth.Pacifism { public class Pacifism extends mage.sets.tenthedition.Pacifism {
public Pacifism(UUID ownerId) { public Pacifism(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author North * @author North
*/ */
public class AngelOfMercy extends mage.sets.tenth.AngelOfMercy { public class AngelOfMercy extends mage.sets.tenthedition.AngelOfMercy {
public AngelOfMercy(UUID ownerId) { public AngelOfMercy(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author North * @author North
*/ */
public class AvenCloudchaser extends mage.sets.tenth.AvenCloudchaser { public class AvenCloudchaser extends mage.sets.tenthedition.AvenCloudchaser {
public AvenCloudchaser(UUID ownerId) { public AvenCloudchaser(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author North * @author North
*/ */
public class AvenFisher extends mage.sets.tenth.AvenFisher { public class AvenFisher extends mage.sets.tenthedition.AvenFisher {
public AvenFisher(UUID ownerId) { public AvenFisher(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author North * @author North
*/ */
public class BirdsOfParadise extends mage.sets.tenth.BirdsOfParadise { public class BirdsOfParadise extends mage.sets.tenthedition.BirdsOfParadise {
public BirdsOfParadise(UUID ownerId) { public BirdsOfParadise(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author North * @author North
*/ */
public class BlanchwoodArmor extends mage.sets.tenth.BlanchwoodArmor { public class BlanchwoodArmor extends mage.sets.tenthedition.BlanchwoodArmor {
public BlanchwoodArmor(UUID ownerId) { public BlanchwoodArmor(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author North * @author North
*/ */
public class Boomerang extends mage.sets.tenth.Boomerang { public class Boomerang extends mage.sets.tenthedition.Boomerang {
public Boomerang(UUID ownerId) { public Boomerang(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author North * @author North
*/ */
public class CrawWurm extends mage.sets.tenth.CrawWurm { public class CrawWurm extends mage.sets.tenthedition.CrawWurm {
public CrawWurm(UUID ownerId) { public CrawWurm(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author North * @author North
*/ */
public class CreepingMold extends mage.sets.tenth.CreepingMold { public class CreepingMold extends mage.sets.tenthedition.CreepingMold {
public CreepingMold(UUID ownerId) { public CreepingMold(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
* *
* @author North * @author North
*/ */
public class Dehydration extends mage.sets.tenth.Dehydration { public class Dehydration extends mage.sets.tenthedition.Dehydration {
public Dehydration(UUID ownerId) { public Dehydration(UUID ownerId) {
super(ownerId); super(ownerId);

View file

@ -34,7 +34,7 @@ import mage.constants.Rarity;
* *
* @author North * @author North
*/ */
public class Demolish extends mage.sets.tenth.Demolish { public class Demolish extends mage.sets.tenthedition.Demolish {
public Demolish(UUID ownerId) { public Demolish(UUID ownerId) {
super(ownerId); super(ownerId);

Some files were not shown because too many files have changed in this diff Show more