Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
computeSearchableNames
Method · 0.95
Calls
2
getVariantForFace
Method · 0.95
getMainPart
Method · 0.80
Tested by
no test coverage detected