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

Method getSignature

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

Source from the content-addressed store, hash-verified

401 }
402
403 public ClassSignature getSignature() {
404 return signature;
405 }
406
407 void setSignature(ClassSignature signature) {
408 this.signature = signature;

Callers 6

processMethod · 0.45
getScoreMethod · 0.45
getScoreMethod · 0.45
getScoreMethod · 0.45
updateMethod · 0.45
processClassAMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected