Added mustBlockAllAttackers

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

View file

@ -27,6 +27,7 @@
*/
package mage.abilities.effects;
import java.util.List;
import java.util.UUID;
import mage.abilities.Ability;
import mage.constants.Duration;
@ -98,6 +99,10 @@ 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