Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
changeZone
Method · 0.95
getReplacementList
Method · 0.95
areMet
Method · 0.95
getConvoked
Method · 0.95
getEmerged
Method · 0.95
getXManaCostPaid
Method · 0.95
getFacedownImageKey
Method · 0.95
isMadness
Method · 0.95
isForetold
Method · 0.95
isWebSlinged
Method · 0.95
isOptionalCostPaid
Method · 0.95
getKickerMagnitude
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected