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

Method setPairedWith

forge-game/src/main/java/forge/game/card/Card.java:1386–1388  ·  view source on GitHub ↗
(final Card c)

Source from the content-addressed store, hash-verified

1384 return pairedWith;
1385 }
1386 public final void setPairedWith(final Card c) {
1387 pairedWith = view.setCard(pairedWith, c, TrackableProperty.PairedWith);
1388 }
1389 public final boolean isPaired() {
1390 return pairedWith != null;
1391 }

Callers 7

copyGameStateMethod · 0.95
checkStaticAbilitiesMethod · 0.95
switchPhaseStateMethod · 0.95
resolveMethod · 0.95
copyGameStateMethod · 0.95
changeZoneMethod · 0.80

Calls 1

setCardMethod · 0.65

Tested by

no test coverage detected