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

Method getPlayerChunkRelY

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

Source from the content-addressed store, hash-verified

647 }
648
649 @Override
650 public int getPlayerChunkRelY() {
651 cj blockPosition = new cj(getPlayerPosX(), getPlayerPosY(), getPlayerPosZ());
652 return blockPosition.o() & 15;
653 }
654
655 @Override
656 public int getPlayerChunkRelZ() {

Callers

nothing calls this directly

Calls 3

getPlayerPosXMethod · 0.95
getPlayerPosYMethod · 0.95
getPlayerPosZMethod · 0.95

Tested by

no test coverage detected