Example #1
0
 static {
   filter.add(new SubtypePredicate("Goblin"));
   goblinPermanent.add(new SubtypePredicate("Goblin"));
   protectionFilter.add(new ColorPredicate(ObjectColor.WHITE));
 }
Example #2
0
 static {
   filter.add(new SubtypePredicate("Minotaur"));
 }
Example #3
0
 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)));
 }