()
| 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(); |
no test coverage detected