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

Method getField

src/main/java/matcher/type/ClassInstance.java:496–498  ·  view source on GitHub ↗
(String id)

Source from the content-addressed store, hash-verified

494 }
495
496 public FieldInstance getField(String id) {
497 return fieldIdx.get(id);
498 }
499
500 public MethodInstance getMethod(String name, String desc) {
501 if (desc != null) {

Callers 7

resolveFieldMethod · 0.95
getFieldMethod · 0.95
readMethod · 0.95
matchMethod · 0.45
visitFieldMethod · 0.45
getScoreMethod · 0.45
processClassAMethod · 0.45

Calls 4

getIdMethod · 0.95
getNameMethod · 0.65
getMethod · 0.45
equalsMethod · 0.45

Tested by

no test coverage detected