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

Method getMainFace

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

Source from the content-addressed store, hash-verified

516 }
517
518 @Override
519 public ICardFace getMainFace() {
520 ICardFace face = this.rules.getMainPart();
521 return this.getVariantForFace(face);
522 }
523
524 @Override
525 public ICardFace getOtherFace() {

Callers 1

Calls 2

getVariantForFaceMethod · 0.95
getMainPartMethod · 0.80

Tested by

no test coverage detected