Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/5zig/The-5zig-Mod
/ getPlayerChunkX
Method
getPlayerChunkX
Minecraft-Utils/1.7.10/src/Variables.java:606–609 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
604
}
605
606
@Override
607
public
int
getPlayerChunkX() {
608
return
qh.c(getPlayer().s) >> 4;
609
}
610
611
@Override
612
public
int
getPlayerChunkY() {
Callers
nothing calls this directly
Calls
2
getPlayer
Method · 0.95
c
Method · 0.45
Tested by
no test coverage detected