Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getY
Method · 0.95
getZ
Method · 0.95
getX
Method · 0.95
Tested by
no test coverage detected