forked from External/mage
* GUI: new reworked GUI and card render engine, card icons and dozens of other fixes (see full list in related PR);
This commit is contained in:
parent
df98cc3e62
commit
a1da5ef437
304 changed files with 7266 additions and 5093 deletions
|
|
@ -1,5 +1,7 @@
|
|||
package mage.view;
|
||||
|
||||
import mage.players.PlayableObjectStats;
|
||||
|
||||
/**
|
||||
* @author JayDi85
|
||||
*/
|
||||
|
|
@ -7,11 +9,9 @@ public interface SelectableObjectView {
|
|||
|
||||
boolean isPlayable();
|
||||
|
||||
void setPlayable(boolean isPlayable);
|
||||
void setPlayableStats(PlayableObjectStats playableStats);
|
||||
|
||||
void setPlayableAmount(int playableAmount);
|
||||
|
||||
int getPlayableAmount();
|
||||
PlayableObjectStats getPlayableStats();
|
||||
|
||||
boolean isChoosable();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue