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

Method getPlayerChunkZ

Minecraft-Utils/1.8.9/src/Variables.java:637–641  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

635 }
636
637 @Override
638 public int getPlayerChunkZ() {
639 cj blockPosition = new cj(getPlayerPosX(), getPlayerPosY(), getPlayerPosZ());
640 return blockPosition.p() >> 4;
641 }
642
643 @Override
644 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