MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / hashCode

Method hashCode

src/main/java/net/minecraft/util/Vec3i.java:48–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 }
47
48 public int hashCode()
49 {
50 return (this.getY() + this.getZ() * 31) * 31 + this.getX();
51 }
52
53 public int compareTo(Vec3i p_compareTo_1_)
54 {

Callers

nothing calls this directly

Calls 3

getYMethod · 0.95
getZMethod · 0.95
getXMethod · 0.95

Tested by

no test coverage detected