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

Method getPairedWith

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

Source from the content-addressed store, hash-verified

1381 }
1382
1383 public final Card getPairedWith() {
1384 return pairedWith;
1385 }
1386 public final void setPairedWith(final Card c) {
1387 pairedWith = view.setCard(pairedWith, c, TrackableProperty.PairedWith);
1388 }

Callers 9

copyGameStateMethod · 0.95
switchPhaseStateMethod · 0.95
changeZoneMethod · 0.45
checkStaticAbilitiesMethod · 0.45
cardHasPropertyMethod · 0.45
assembleArrowsMethod · 0.45
addArcsForCardMethod · 0.45
copyGameStateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected