mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 11:02:00 -08:00
Added an option to display non land cards in one pile. Fixed Issue 166.
This commit is contained in:
parent
b78629c842
commit
f65634796b
7 changed files with 67 additions and 19 deletions
|
|
@ -19,7 +19,8 @@ import net.xeoh.plugins.base.Plugin;
|
|||
|
||||
/**
|
||||
* Interface for card plugins
|
||||
*
|
||||
*
|
||||
* @version 0.6 17,07.2011 added options to #sortPermanents
|
||||
* @version 0.3 21.11.2010 #getMageCard
|
||||
* @version 0.2 07.11.2010 #downloadImages
|
||||
* @version 0.1 31.10.2010 #getMagePermanent, #sortPermanents
|
||||
|
|
@ -28,7 +29,7 @@ import net.xeoh.plugins.base.Plugin;
|
|||
public interface CardPlugin extends Plugin {
|
||||
MagePermanent getMagePermanent(PermanentView permanent, Dimension dimension, UUID gameId, ActionCallback callback, boolean canBeFoil, boolean loadImage);
|
||||
MagePermanent getMageCard(CardView permanent, Dimension dimension, UUID gameId, ActionCallback callback, boolean canBeFoil, boolean loadImage);
|
||||
void sortPermanents(Map<String, JComponent> ui, Collection<MagePermanent> cards);
|
||||
void sortPermanents(Map<String, JComponent> ui, Collection<MagePermanent> cards, Map<String, String> options);
|
||||
|
||||
/**
|
||||
* Download images.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue