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

Method getName

src/main/java/matcher/classifier/IClassifier.java:6–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4
5public interface IClassifier<T> {
6 String getName();
7 double getWeight();
8 double getScore(T a, T b, ClassEnvironment env);
9}

Callers 8

toStringMethod · 0.65
getScoreMethod · 0.65
checkNameObfMatchMethod · 0.65
compareInsnsMethod · 0.65
rankMethod · 0.65
getScoreMethod · 0.65
isSameMethodMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected