MCPcopy Create free account
hub / github.com/FabricMC/Matcher / getDisplayName

Method getDisplayName

src/main/java/matcher/type/Matchable.java:12–12  ·  view source on GitHub ↗
(NameType type, boolean full)

Source from the content-addressed store, hash-verified

10 String getName(NameType type);
11
12 default String getDisplayName(NameType type, boolean full) {
13 return getName(type);
14 }
15

Callers 9

getNameMethod · 0.65
getMappedNameMethod · 0.65
getTextMethod · 0.65
updateResultsMethod · 0.65
getNameMethod · 0.65
getDisplayNameMethod · 0.65
analyzeMethodMethod · 0.65
getDisplayNameMethod · 0.65
getDisplayNameMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected