mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 19:41:59 -08: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.
|
* 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 filter
|
||||||
* @param controllerId
|
* @param controllerId
|
||||||
* @param game
|
* @param game
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue