mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
adding javadoc to a new field (and testing SVN connection on updated machine...)
This commit is contained in:
@@ -323,6 +323,9 @@ public class AllZoneUtil {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* a CardListFilter to get all cards that are tapped
|
||||
*/
|
||||
public static CardListFilter tapped = new CardListFilter() {
|
||||
public boolean addCard(Card c) {
|
||||
return c.isTapped();
|
||||
|
||||
Reference in New Issue
Block a user