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

Method setManifested

forge-game/src/main/java/forge/game/card/Card.java:6616–6618  ·  view source on GitHub ↗
(final SpellAbility sa)

Source from the content-addressed store, hash-verified

6614 return manifestedSA;
6615 }
6616 public final void setManifested(final SpellAbility sa) {
6617 this.manifestedSA = sa;
6618 }
6619
6620 public final boolean isCloaked() {
6621 return cloakedSA != null;

Callers 6

processCardsForZoneMethod · 0.95
setStateMethod · 0.95
manifestMethod · 0.95
shouldApplyMethod · 0.95
addCardMethod · 0.95
setCardInCopiedGameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected