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

Method getNormalizedName

forge-core/src/main/java/forge/card/CardDb.java:1014–1017  ·  view source on GitHub ↗
(final String cardName)

Source from the content-addressed store, hash-verified

1012 }
1013
1014 public String getNormalizedName(final String cardName) {
1015 // normalize Names first
1016 return normalizedNames.getOrDefault(cardName, cardName);
1017 }
1018
1019 /**
1020 * Returns all printings of cards that *have* the given name. This includes as alternate faces and flavor names.

Callers 8

getRulesMethod · 0.95
getAllCardsMethod · 0.95
getFaceByNameMethod · 0.95
containsMethod · 0.95
StaticDataMethod · 0.45
getAllowedAdditionsMethod · 0.45
showCardMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected