forked from External/mage
* UI: added playable card marks in look-at windows;
This commit is contained in:
parent
ff1299cca9
commit
cde9957f54
15 changed files with 200 additions and 122 deletions
|
|
@ -9,11 +9,15 @@ public interface SelectableObjectView {
|
|||
|
||||
void setPlayable(boolean isPlayable);
|
||||
|
||||
void setPlayableAmount(int playableAmount);
|
||||
|
||||
int getPlayableAmount();
|
||||
|
||||
boolean isChoosable();
|
||||
|
||||
void setChoosable(boolean isChoosable);
|
||||
|
||||
boolean isSelected();
|
||||
|
||||
void setSelected(boolean selected);
|
||||
void setSelected(boolean isSelected);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue