Used to get all "Attackables" or oly visibles.
@override Iterable<WithLife> attackables({bool onlyVisible = false}) { return query<WithLife>(onlyVisible: onlyVisible); }