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

Method getCastSA

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

Source from the content-addressed store, hash-verified

7137 }
7138
7139 public SpellAbility getCastSA() {
7140 return castSA;
7141 }
7142 public void setCastSA(SpellAbility castSA) {
7143 this.castSA = castSA;
7144 }

Callers 15

changeZoneMethod · 0.95
getReplacementListMethod · 0.95
areMetMethod · 0.95
getConvokedMethod · 0.95
getEmergedMethod · 0.95
getXManaCostPaidMethod · 0.95
getFacedownImageKeyMethod · 0.95
isMadnessMethod · 0.95
isForetoldMethod · 0.95
isWebSlingedMethod · 0.95
isOptionalCostPaidMethod · 0.95
getKickerMagnitudeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected