Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FabricMC/Matcher
/ init
Method
init
src/main/java/matcher/Matcher.java:51–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
50
public
class
Matcher {
51
public
static
void
init() {
52
ClassClassifier.init();
53
MethodClassifier.init();
54
FieldClassifier.init();
55
MethodVarClassifier.init();
56
}
57
58
public
Matcher(ClassEnvironment env) {
59
this.env = env;
Callers
2
initFromMatches
Method · 0.95
start
Method · 0.95
Calls
7
init
Method · 0.95
init
Method · 0.95
init
Method · 0.95
init
Method · 0.95
matchUnobfuscated
Method · 0.95
reset
Method · 0.95
init
Method · 0.65
Tested by
no test coverage detected