forked from External/mage
[M12] Stormblood Berserker
This commit is contained in:
parent
54a2e7c497
commit
e2d4fa8899
6 changed files with 168 additions and 3 deletions
|
|
@ -107,6 +107,8 @@ public interface Permanent extends Card {
|
|||
public void setBlocking(int blocking);
|
||||
public int getMaxBlocks();
|
||||
public void setMaxBlocks(int maxBlocks);
|
||||
public int getMinBlockedBy();
|
||||
public void setMinBlockedBy(int minBlockedBy);
|
||||
public boolean canAttack(Game game);
|
||||
public boolean canBlock(UUID attackerId, Game game);
|
||||
public boolean removeFromCombat(Game game);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue