forked from External/mage
parent
b4a58a339d
commit
35f4a898f9
8 changed files with 24 additions and 7 deletions
|
|
@ -41,6 +41,10 @@ public interface Choice extends Serializable, Copyable<Choice> {
|
|||
|
||||
ChoiceHintType getHintType();
|
||||
|
||||
boolean isManaColorChoice();
|
||||
|
||||
Choice setManaColorChoice(boolean manaColorChoice);
|
||||
|
||||
// string choice
|
||||
void setChoices(Set<String> choices);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue