forked from External/mage
Moved Mage.Common classes from src to src/main/java
This commit is contained in:
parent
e9d31aa93c
commit
21eb420c16
102 changed files with 0 additions and 0 deletions
|
|
@ -0,0 +1,16 @@
|
|||
package mage.interfaces.rate;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import mage.cards.Card;
|
||||
import mage.constants.ColoredManaSymbol;
|
||||
|
||||
/**
|
||||
* Interface for the class responsible for rating cards.
|
||||
*
|
||||
* @author nantuko
|
||||
*/
|
||||
public interface RateCallback {
|
||||
int rateCard(Card card);
|
||||
Card getBestBasicLand(ColoredManaSymbol color, List<String> setsToUse);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue