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

Method getPlayerChunkRelY

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

Source from the content-addressed store, hash-verified

650 }
651
652 @Override
653 public int getPlayerChunkRelY() {
654 cj blockPosition = new cj(getPlayerPosX(), getPlayerPosY(), getPlayerPosZ());
655 return blockPosition.o() & 15;
656 }
657
658 @Override
659 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