MCPcopy Index your code
hub / github.com/FabricMC/Matcher / getMethods

Method getMethods

src/main/java/matcher/type/ClassInstance.java:822–824  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

820 }
821
822 public MethodInstance[] getMethods() {
823 return methods;
824 }
825
826 public FieldInstance[] getFields() {
827 return fields;

Callers 15

matchPerfectMembersMethod · 0.95
matchMethod · 0.80
unmatchMembersMethod · 0.80
autoMatchMethodsMethod · 0.80
autoMatchMethodVarsMethod · 0.80
getStatusMethod · 0.80
processMethod · 0.80
compareMethod · 0.80
propagateNamesMethod · 0.80
saveMethod · 0.80
exportMethodsMethod · 0.80
clearMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected