MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / getPlayerChunkZ

Method getPlayerChunkZ

Minecraft-Utils/1.8.8/src/Variables.java:640–644  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

638 }
639
640 @Override
641 public int getPlayerChunkZ() {
642 cj blockPosition = new cj(getPlayerPosX(), getPlayerPosY(), getPlayerPosZ());
643 return blockPosition.p() >> 4;
644 }
645
646 @Override
647 public int getPlayerChunkRelX() {

Callers

nothing calls this directly

Calls 3

getPlayerPosXMethod · 0.95
getPlayerPosYMethod · 0.95
getPlayerPosZMethod · 0.95

Tested by

no test coverage detected