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

Method getMeldedWith

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

Source from the content-addressed store, hash-verified

1391 }
1392
1393 public Card getMeldedWith() { return meldedWith; }
1394 public void setMeldedWith(Card meldedWith) { this.meldedWith = meldedWith; }
1395
1396 public final CardCollectionView getEncodedCards() {

Callers 11

getAllComponentCardsMethod · 0.95
getCMCMethod · 0.95
isCommanderMethod · 0.95
getRealCommanderMethod · 0.95
addCardMethod · 0.80
changeZoneMethod · 0.80
getLKICopyMethod · 0.80
resolveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected