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

Method hasBackFace

forge-core/src/main/java/forge/item/PaperCard.java:511–516  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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() {

Callers 3

auditMethod · 0.95
getCardAltImageKeyMethod · 0.95
writeDeckHtmlMethod · 0.95

Calls 1

getSplitTypeMethod · 0.80

Tested by

no test coverage detected