()
| 1208 | } |
| 1209 | |
| 1210 | public final CardCollectionView getEmerged() { |
| 1211 | if (getCastSA() == null) { |
| 1212 | return CardCollection.EMPTY; |
| 1213 | } |
| 1214 | return new CardCollection(getCastSA().getSacrificedAsEmerge()); |
| 1215 | } |
| 1216 | |
| 1217 | public final Iterable<Object> getRemembered() { |
| 1218 | return rememberedObjects; |
no test coverage detected