()
| 1201 | } |
| 1202 | |
| 1203 | public final CardCollectionView getConvoked() { |
| 1204 | if (getCastSA() == null) { |
| 1205 | return CardCollection.EMPTY; |
| 1206 | } |
| 1207 | return getCastSA().getTappedForConvoke(); |
| 1208 | } |
| 1209 | |
| 1210 | public final CardCollectionView getEmerged() { |
| 1211 | if (getCastSA() == null) { |
no test coverage detected