mirror of
https://github.com/correl/mage.git
synced 2025-01-12 11:08:01 +00:00
Added some javadoc text.
This commit is contained in:
parent
7b9eb5516c
commit
e717d18b3a
1 changed files with 3 additions and 0 deletions
|
@ -71,6 +71,9 @@ public class Battlefield implements Serializable {
|
|||
/**
|
||||
* Returns a count of all {@link Permanent} that match the filter and are controlled by controllerId.
|
||||
*
|
||||
* Some filter predicates do not work here (e.g. AnotherPredicate() because filter.match() is called
|
||||
* without controllerId. To use this predicates you can use count() instead of countAll()
|
||||
*
|
||||
* @param filter
|
||||
* @param controllerId
|
||||
* @param game
|
||||
|
|
Loading…
Reference in a new issue