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

Method isManifested

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

Source from the content-addressed store, hash-verified

6608 }
6609
6610 public final boolean isManifested() {
6611 return manifestedSA != null;
6612 }
6613 public final SpellAbility getManifestedSA() {
6614 return manifestedSA;
6615 }

Callers 9

getAbilityTextMethod · 0.95
getFacedownImageKeyMethod · 0.95
manifestLoopMethod · 0.95
internalEffectMethod · 0.95
addCardMethod · 0.80
changeZoneMethod · 0.80
cardHasPropertyMethod · 0.80
addCardMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected