2014-01-02 07:19:57 +00:00
|
|
|
package mage.sets.[=$set=];
|
|
|
|
|
|
|
|
import java.util.UUID;
|
|
|
|
|
|
|
|
/**
|
|
|
|
*
|
|
|
|
* @author [=$author=]
|
|
|
|
*/
|
2018-05-21 15:14:45 +00:00
|
|
|
public final class [=$className=][=$landNr=] extends mage.cards.basiclands.[=$className=] {
|
2014-01-02 07:19:57 +00:00
|
|
|
|
|
|
|
public [=$className=][=$landNr=](UUID ownerId) {
|
|
|
|
super(ownerId, [=$cardNumber=]);
|
|
|
|
this.expansionSetCode = "[=$expansionSetCode=]";
|
|
|
|
}
|
|
|
|
|
2018-12-21 00:22:11 +00:00
|
|
|
private [=$className=][=$landNr=](final [=$className=][=$landNr=] card) {
|
2014-01-02 07:19:57 +00:00
|
|
|
super(card);
|
|
|
|
}
|
|
|
|
|
|
|
|
@Override
|
|
|
|
public [=$className=][=$landNr=] copy() {
|
|
|
|
return new [=$className=][=$landNr=](this);
|
|
|
|
}
|
|
|
|
}
|