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

Method getMatch

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

Source from the content-addressed store, hash-verified

337 }
338
339 @Override
340 public ClassInstance getMatch() {
341 return matchedClass;
342 }
343
344 public void setMatch(ClassInstance cls) {
345 assert cls == null || isMatchable();

Callers 3

matchMethod · 0.95
matchPerfectMembersMethod · 0.95
readMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected