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

Method isMeldable

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

Source from the content-addressed store, hash-verified

1084 }
1085
1086 public final boolean isMeldable() {
1087 return getRules() != null && getRules().getSplitType() == CardSplitType.Meld;
1088 }
1089
1090 public final boolean isModal() {
1091 return getRules() != null && getRules().getSplitType() == CardSplitType.Modal;

Callers 4

changeCardStateMethod · 0.95
isDoubleFacedMethod · 0.95
isTransformedMethod · 0.95
shouldTurnFaceMethod · 0.80

Calls 2

getRulesMethod · 0.95
getSplitTypeMethod · 0.80

Tested by

no test coverage detected