Undo everything that was changed by this effect. @return a CardCollectionView of all affected cards.
(Map<StaticAbilityLayer, Set<Card>> affectedPerLayer)
| 174 | * @return a {@link CardCollectionView} of all affected cards. |
| 175 | */ |
| 176 | final CardCollectionView remove(Map<StaticAbilityLayer, Set<Card>> affectedPerLayer) { |
| 177 | return remove(affectedPerLayer, StaticAbilityLayer.CONTINUOUS_LAYERS); |
| 178 | } |
| 179 | final CardCollectionView remove(Map<StaticAbilityLayer, Set<Card>> affectedPerLayer, List<StaticAbilityLayer> layers) { |
| 180 | final CardCollectionView affectedCards = getAffectedCards(); |
| 181 | final List<Player> affectedPlayers = getAffectedPlayers(); |
no test coverage detected