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

Method getCastFrom

forge-game/src/main/java/forge/game/card/Card.java:7119–7121  ·  view source on GitHub ↗

Returns what zone this card was cast from (from what zone it was moved to the stack).

()

Source from the content-addressed store, hash-verified

7117 * Returns what zone this card was cast from (from what zone it was moved to the stack).
7118 */
7119 public Zone getCastFrom() {
7120 return castFrom;
7121 }
7122 public void setCastFrom(final Zone castFrom0) {
7123 castFrom = castFrom0;
7124 }

Callers 10

adjustMethod · 0.95
checkRequirementMethod · 0.95
meetsManaRestrictionsMethod · 0.95
wasCastMethod · 0.95
addMethod · 0.95
calculateManaCostMethod · 0.95
getLKICopyMethod · 0.80
cardHasPropertyMethod · 0.80
xCountMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected