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

Method getName

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

Source from the content-addressed store, hash-verified

676 }
677
678 private String getName(Matchable<?> m) {
679 return getName(m, true);
680 }
681
682 private String getName(Matchable<?> m, boolean full) {
683 return m.getDisplayName(gui.getNameType().withMapped(false).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