mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
* UI: added playable/activatable cards highlight in all zone and windows (mana abilities, commander, graveyard, revealed, etc);
This commit is contained in:
parent
fe52ffd56a
commit
f6123037ec
15 changed files with 302 additions and 192 deletions
|
|
@ -2809,8 +2809,8 @@ public class TestPlayer implements Player {
|
|||
}
|
||||
|
||||
@Override
|
||||
public Set<UUID> getPlayableInHand(Game game) {
|
||||
return computerPlayer.getPlayableInHand(game);
|
||||
public Set<UUID> getPlayableObjects(Game game, Zone zone) {
|
||||
return computerPlayer.getPlayableObjects(game, zone);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
|
|
@ -1047,7 +1047,7 @@ public class PlayerStub implements Player {
|
|||
}
|
||||
|
||||
@Override
|
||||
public Set<UUID> getPlayableInHand(Game game) {
|
||||
public Set<UUID> getPlayableObjects(Game game, Zone zone) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue