MCPcopy 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
50public 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

initFromMatchesMethod · 0.95
startMethod · 0.95

Calls 7

initMethod · 0.95
initMethod · 0.95
initMethod · 0.95
initMethod · 0.95
matchUnobfuscatedMethod · 0.95
resetMethod · 0.95
initMethod · 0.65

Tested by

no test coverage detected