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

Method getPlayerChunkX

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

Source from the content-addressed store, hash-verified

623 }
624
625 @Override
626 public int getPlayerChunkX() {
627 cj blockPosition = new cj(getPlayerPosX(), getPlayerPosY(), getPlayerPosZ());
628 return blockPosition.n() >> 4;
629 }
630
631 @Override
632 public int getPlayerChunkY() {

Callers

nothing calls this directly

Calls 4

getPlayerPosXMethod · 0.95
getPlayerPosYMethod · 0.95
getPlayerPosZMethod · 0.95
nMethod · 0.45

Tested by

no test coverage detected