* Some more changes to return boolean for addCounters.

This commit is contained in:
LevelX2 2016-08-11 19:14:18 +02:00
parent 318a0745f0
commit 6f89a67f68
6 changed files with 213 additions and 200 deletions

View file

@ -134,7 +134,7 @@ public interface Player extends MageItem, Copyable<Player> {
boolean canPayLifeCost();
void setCanPaySacrificeCostFilter(FilterPermanent filter);
FilterPermanent getSacrificeCostFilter();
boolean canPaySacrificeCost(Permanent permanent, UUID sourceId, UUID controllerId, Game game);
@ -583,7 +583,7 @@ public interface Player extends MageItem, Copyable<Player> {
LinkedHashMap<UUID, ActivatedAbility> getUseableActivatedAbilities(MageObject object, Zone zone, Game game);
void addCounters(Counter counter, Game game);
boolean addCounters(Counter counter, Game game);
void removeCounters(String name, int amount, Ability source, Game game);