mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08:00
Some combat fixes
This commit is contained in:
parent
73106139e5
commit
865624eacd
1 changed files with 2 additions and 0 deletions
|
|
@ -627,6 +627,8 @@ public interface Player extends MageItem, Copyable<Player> {
|
||||||
|
|
||||||
void declareBlocker(UUID defenderId, UUID blockerId, UUID attackerId, Game game);
|
void declareBlocker(UUID defenderId, UUID blockerId, UUID attackerId, Game game);
|
||||||
|
|
||||||
|
void declareBlocker(UUID defenderId, UUID blockerId, UUID attackerId, Game game, boolean allowUndo);
|
||||||
|
|
||||||
List<Permanent> getAvailableAttackers(Game game);
|
List<Permanent> getAvailableAttackers(Game game);
|
||||||
|
|
||||||
List<Permanent> getAvailableAttackers(UUID defenderId, Game game);
|
List<Permanent> getAvailableAttackers(UUID defenderId, Game game);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue