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

Method hasAuxName

src/main/java/matcher/type/MemberInstance.java:293–296  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

291 }
292
293 @Override
294 public boolean hasAuxName(int index) {
295 return getAuxName(index) != null;
296 }
297
298 private String getAuxName(int index) {
299 assert hierarchyData != null; // only available for input classes

Callers

nothing calls this directly

Calls 1

getAuxNameMethod · 0.95

Tested by

no test coverage detected