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

Method isModal

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

Source from the content-addressed store, hash-verified

1088 }
1089
1090 public final boolean isModal() {
1091 return getRules() != null && getRules().getSplitType() == CardSplitType.Modal;
1092 }
1093
1094 public final boolean isDoubleFaced() {
1095 return isTransformable() || isMeldable();

Callers 12

hasPlayableLandFaceMethod · 0.95
getCMCMethod · 0.95
addCardMethod · 0.80
toUnsuppressedStringMethod · 0.80
updateStateMethod · 0.80
updateSpellAbilitiesMethod · 0.80
getActiveDialogMethod · 0.80
dispatchKeyEventMethod · 0.80
setVisibleMethod · 0.80
filterLandsToPlayMethod · 0.80

Calls 2

getRulesMethod · 0.95
getSplitTypeMethod · 0.80

Tested by

no test coverage detected