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

Method getPlayerChunkY

Minecraft-Utils/1.8/src/Variables.java:614–618  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

612 }
613
614 @Override
615 public int getPlayerChunkY() {
616 dt blockPosition = new dt(getPlayerPosX(), getPlayerPosY(), getPlayerPosZ());
617 return blockPosition.o() >> 4;
618 }
619
620 @Override
621 public int getPlayerChunkZ() {

Callers

nothing calls this directly

Calls 3

getPlayerPosXMethod · 0.95
getPlayerPosYMethod · 0.95
getPlayerPosZMethod · 0.95

Tested by

no test coverage detected