MCPcopy Create free account
hub / github.com/Card-Forge/forge / getConvoked

Method getConvoked

forge-game/src/main/java/forge/game/card/Card.java:1203–1208  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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) {

Callers 3

cardHasPropertyMethod · 0.80
getDefinedCardsMethod · 0.80
calculateAmountMethod · 0.80

Calls 2

getCastSAMethod · 0.95
getTappedForConvokeMethod · 0.80

Tested by

no test coverage detected