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

Method getParents

src/main/java/matcher/type/MemberInstance.java:151–153  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

149 }
150
151 public Set<T> getParents() {
152 return parents;
153 }
154
155 void addChild(T child) {
156 assert child.getCls() != getCls();

Callers 6

shouldExportNameMethod · 0.80
getScoreMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
checkAncestryMethod · 0.80
hasParentMethodMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected