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

Method isDoubleFaced

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

Source from the content-addressed store, hash-verified

1092 }
1093
1094 public final boolean isDoubleFaced() {
1095 return isTransformable() || isMeldable();
1096 }
1097
1098 public final boolean isFlipCard() {
1099 return hasState(CardStateName.Flipped);

Callers 11

getCardMethod · 0.95
getAlternateHostMethod · 0.80
getAlternateHostMethod · 0.80
turnFaceDownMethod · 0.80
updateStateMethod · 0.80
cardHasPropertyMethod · 0.80
buildAbilitiesMethod · 0.80
resolveMethod · 0.80
evaluateCreatureMethod · 0.80

Calls 2

isTransformableMethod · 0.95
isMeldableMethod · 0.95

Tested by

no test coverage detected