static { filter.add(new SubtypePredicate("Goblin")); goblinPermanent.add(new SubtypePredicate("Goblin")); protectionFilter.add(new ColorPredicate(ObjectColor.WHITE)); }
static { filter.add(new SubtypePredicate("Minotaur")); }
static { filter.add(new SubtypePredicate("Mercenary")); filter.add(new ConvertedManaCostPredicate(ComparisonType.LessThan, 4)); destroyFilter.add(new TappedPredicate()); destroyFilter.add(Predicates.not(new ColorPredicate(ObjectColor.BLACK))); }