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

Method getMappedName

src/main/java/matcher/gui/MatchPaneSrc.java:686–688  ·  view source on GitHub ↗
(Matchable<?> m)

Source from the content-addressed store, hash-verified

684 }
685
686 private String getMappedName(Matchable<?> m) {
687 return getMappedName(m, true);
688 }
689
690 private String getMappedName(Matchable<?> m, boolean full) {
691 return m.getDisplayName(gui.getNameType().withMapped(true).withUnmatchedTmp(true), full && m instanceof ClassInstance);

Callers 1

getCellTextMethod · 0.95

Calls 4

withUnmatchedTmpMethod · 0.80
withMappedMethod · 0.80
getNameTypeMethod · 0.80
getDisplayNameMethod · 0.65

Tested by

no test coverage detected