Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/5zig/The-5zig-Mod
/ getPlayerChunkZ
Method
getPlayerChunkZ
Minecraft-Utils/1.7.10/src/Variables.java:616–619 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
614
}
615
616
@Override
617
public
int
getPlayerChunkZ() {
618
return
qh.c(getPlayer().u) >> 4;
619
}
620
621
@Override
622
public
int
getPlayerChunkRelX() {
Callers
nothing calls this directly
Calls
2
getPlayer
Method · 0.95
c
Method · 0.45
Tested by
no test coverage detected