forked from External/mage
GUI: Autochoose targets if choice can be made (#9206)
This commit is contained in:
parent
1e01efd49d
commit
96f6fbefc8
29 changed files with 492 additions and 213 deletions
|
|
@ -1054,4 +1054,16 @@ public interface Player extends MageItem, Copyable<Player> {
|
|||
* @return
|
||||
*/
|
||||
FilterMana getPhyrexianColors();
|
||||
|
||||
/**
|
||||
* Function to query if the player has strictChooseMode enabled. Only the test player can have it.
|
||||
* Function is added here so that the test suite project does not have to be imported into the client/server project.
|
||||
*
|
||||
* @return whether the player has strictChooseMode enabled
|
||||
*/
|
||||
public default boolean getStrictChooseMode() {
|
||||
return false;
|
||||
}
|
||||
|
||||
public UserData getControllingPlayersUserData(Game game);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue