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

Method getOtherFace

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

Source from the content-addressed store, hash-verified

522 }
523
524 @Override
525 public ICardFace getOtherFace() {
526 ICardFace face = this.rules.getOtherPart();
527 if(face == null)
528 return null;
529 return this.getVariantForFace(face);
530 }
531
532 @Override
533 public List<ICardFace> getAllFaces() {

Callers 1

Calls 2

getVariantForFaceMethod · 0.95
getOtherPartMethod · 0.80

Tested by

no test coverage detected