All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dcutils.cards.mtg.PrettyPrintable Maven / Gradle / Ivy

There is a newer version: 1.8.6
Show newest version
package dcutils.cards.mtg;

/**
 * Defers methods which mtg card implementors must define.
* @author dca */ public interface PrettyPrintable { /** The deferred string representation of an mtg card.
*/ public String prettyPrint(); } // END interface PrettyPrintable




© 2015 - 2025 Weber Informatics LLC | Privacy Policy