MCPcopy Create free account
hub / github.com/DimensionalDevelopment/VanillaFix / equals

Method equals

src/main/java/org/dimdev/utils/Pair.java:14–19  ·  view source on GitHub ↗
(Object obj)

Source from the content-addressed store, hash-verified

12 }
13
14 @Override
15 public boolean equals(Object obj) {
16 return obj instanceof Pair &&
17 Objects.equals(((Pair<?, ?>) obj).left, left) &&
18 Objects.equals(((Pair<?, ?>) obj).right, right);
19 }
20
21 @Override
22 public int hashCode() {

Callers 14

identifyFromClassMethod · 0.45
shouldApplyMixinMethod · 0.45
onConfigChangedMethod · 0.45
withPropertyMethod · 0.45
loadSpriteMethod · 0.45
loadModelMethod · 0.45
loadBakedModelMethod · 0.45
getDependenciesMethod · 0.45
getTexturesMethod · 0.45
retextureMethod · 0.45
drawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected