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

Method hasMergedCard

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

Source from the content-addressed store, hash-verified

1433 return mergedCards.get(0);
1434 }
1435 public final boolean hasMergedCard() {
1436 return FCollection.hasElements(mergedCards);
1437 }
1438 public final void addMergedCard(final Card c) {
1439 if (mergedCards == null) {
1440 mergedCards = new CardCollection();

Callers 15

changeCardStateMethod · 0.95
turnFaceDownMethod · 0.95
turnFaceUpMethod · 0.95
canTransformMethod · 0.95
isTokenMethod · 0.95
isFaceDownMethod · 0.95
isTransformedMethod · 0.95
getAllComponentCardsMethod · 0.95
moveMergedToSubgameMethod · 0.95
isTokenCardMethod · 0.95
wasCastMethod · 0.95
isCommanderMethod · 0.95

Calls 1

hasElementsMethod · 0.95

Tested by

no test coverage detected