static { filter.add(Predicates.not(new TappedPredicate())); }
static { filter.add(new SubtypePredicate("Island")); }
static { filter.add(new SubtypePredicate("Swamp")); filter.add(Predicates.not(new TappedPredicate())); }
static { filter.add(new SubtypePredicate("Forest")); }