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

Method getFields

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

Source from the content-addressed store, hash-verified

824 }
825
826 public FieldInstance[] getFields() {
827 return fields;
828 }
829
830 public ClassInstance getOuterClass() {
831 return outerClass;

Callers 15

matchPerfectMembersMethod · 0.95
matchMethod · 0.80
unmatchMembersMethod · 0.80
autoMatchFieldsMethod · 0.80
getStatusMethod · 0.80
processMethod · 0.80
compareMethod · 0.80
fixRecordMemberNamesMethod · 0.80
saveMethod · 0.80
exportFieldsMethod · 0.80
clearMethod · 0.80
getScoreMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected