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

Method getPlayerChunkY

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

Source from the content-addressed store, hash-verified

629 }
630
631 @Override
632 public int getPlayerChunkY() {
633 cj blockPosition = new cj(getPlayerPosX(), getPlayerPosY(), getPlayerPosZ());
634 return blockPosition.o() >> 4;
635 }
636
637 @Override
638 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