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

Method getName

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

Source from the content-addressed store, hash-verified

66 private transient boolean hasFlavorName;
67
68 @Override
69 public String getName() {
70 return name;
71 }
72
73 @Override
74 public String getEdition() {

Callers 15

rewardsToCardsMethod · 0.95
updatePreviewMethod · 0.95
updatePreviewMethod · 0.95
isPartnerCommanderMethod · 0.95
isVeryBasicLandMethod · 0.95
addMethod · 0.95
parseCardListMethod · 0.95
addSomeMethod · 0.95
mainMethod · 0.95
getDeckDraftValueMethod · 0.95

Calls

no outgoing calls