Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
match
Method · 0.95
matchPerfectMembers
Method · 0.95
read
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected