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

Method getPlayerChunkX

Minecraft-Utils/1.9/src/Variables.java:592–596  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

590 }
591
592 @Override
593 public int getPlayerChunkX() {
594 cj blockPosition = new cj(getPlayerPosX(), getPlayerPosY(), getPlayerPosZ());
595 return blockPosition.p() >> 4;
596 }
597
598 @Override
599 public int getPlayerChunkY() {

Callers

nothing calls this directly

Calls 3

getPlayerPosXMethod · 0.95
getPlayerPosYMethod · 0.95
getPlayerPosZMethod · 0.95

Tested by

no test coverage detected