42434445464748
this("creature card"); } public FilterOwnedCard(String name) { super(name); this.add(new OwnerPredicate(TargetController.YOU)); }