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

Method getPlayerChunkX

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

Source from the content-addressed store, hash-verified

626 }
627
628 @Override
629 public int getPlayerChunkX() {
630 cj blockPosition = new cj(getPlayerPosX(), getPlayerPosY(), getPlayerPosZ());
631 return blockPosition.n() >> 4;
632 }
633
634 @Override
635 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