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

Method isPaired

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

Source from the content-addressed store, hash-verified

1387 pairedWith = view.setCard(pairedWith, c, TrackableProperty.PairedWith);
1388 }
1389 public final boolean isPaired() {
1390 return pairedWith != null;
1391 }
1392
1393 public Card getMeldedWith() { return meldedWith; }
1394 public void setMeldedWith(Card meldedWith) { this.meldedWith = meldedWith; }

Callers 11

copyGameStateMethod · 0.95
switchPhaseStateMethod · 0.95
resolveMethod · 0.95
changeZoneMethod · 0.80
checkStaticAbilitiesMethod · 0.80
cardHasPropertyMethod · 0.80
castPermanentInMain1Method · 0.80
hasACardGivingHasteMethod · 0.80
evaluateCreatureMethod · 0.80
copyGameStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected