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

Method toString

src/main/java/matcher/type/ClassInstance.java:1097–1100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1095 }
1096
1097 @Override
1098 public String toString() {
1099 return getDisplayName(NameType.PLAIN, true);
1100 }
1101
1102 void addMethod(MethodInstance method) {
1103 if (method == null) throw new NullPointerException("null method");

Callers 3

dumpVarsMethod · 0.95
getNameMethod · 0.45
getDisplayNameMethod · 0.45

Calls 1

getDisplayNameMethod · 0.95

Tested by

no test coverage detected