forked from External/mage
* Doubling Cube - Added support for possible mana calculation (related to #6698).
This commit is contained in:
parent
27db13605e
commit
c48331f216
15 changed files with 379 additions and 79 deletions
|
|
@ -267,6 +267,12 @@ public interface Abilities<T extends Ability> extends List<T>, Serializable {
|
|||
*/
|
||||
boolean containsClass(Class classObject);
|
||||
|
||||
/**
|
||||
* Returns true if one or more of the abilities are activated mana abilities with the pollDependant flag set to true.
|
||||
* @return
|
||||
*/
|
||||
boolean hasPoolDependantAbilities();
|
||||
|
||||
/**
|
||||
* Copies this set of abilities. This copy should be new instances of all
|
||||
* the contained abilities.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue