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

Method getKind

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

Source from the content-addressed store, hash-verified

4
5public interface Matchable<T extends Matchable<T>> {
6 MatchableKind getKind();
7
8 String getId();
9 String getName();

Callers 3

visitDstNameMethod · 0.65
visitCommentMethod · 0.65
tryFixCodeFormatMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected