()
| 509 | } |
| 510 | |
| 511 | @Override |
| 512 | public boolean hasBackFace(){ |
| 513 | CardSplitType cst = this.rules.getSplitType(); |
| 514 | return cst == CardSplitType.Transform || cst == CardSplitType.Flip || cst == CardSplitType.Meld |
| 515 | || cst == CardSplitType.Modal; |
| 516 | } |
| 517 | |
| 518 | @Override |
| 519 | public ICardFace getMainFace() { |
no test coverage detected