Added mustBlockAllAttackers

This commit is contained in:
Zzooouhh 2017-11-25 07:49:30 +01:00 committed by GitHub
parent 7cf73917e6
commit a7514fc671
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,6 @@
*/
package mage.abilities.effects;
import java.util.List;
import java.util.UUID;
import mage.abilities.Ability;
import mage.constants.Duration;
@ -79,6 +78,10 @@ public abstract class RequirementEffect extends ContinuousEffectImpl {
public boolean mustBlockAny(Game game) {
return false;
}
public boolean mustBlockAllAttackers(Game game) {
return false;
}
/**
* Defines the defender a attacker has to attack
@ -99,10 +102,6 @@ public abstract class RequirementEffect extends ContinuousEffectImpl {
return null;
}
public List<UUID> mustBlockAllAttackers(Ability source, Game game) {
return null;
}
/**
* Player related check The player returned or controlled planeswalker must
* be attacked with at least one attacker