static { filterControlled.add(new ControllerPredicate(TargetController.YOU)); filterNotControlled.add(new ControllerPredicate(TargetController.NOT_YOU)); }
static { filter.add(new ControllerPredicate(TargetController.OPPONENT)); }