* Doubling Cube - Added support for possible mana calculation (related to #6698).

This commit is contained in:
LevelX2 2020-08-18 00:22:53 +02:00
parent 27db13605e
commit c48331f216
15 changed files with 379 additions and 79 deletions

View file

@ -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.