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

Method getPlayerChunkRelZ

Minecraft-Utils/1.9/src/Variables.java:622–626  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

620 }
621
622 @Override
623 public int getPlayerChunkRelZ() {
624 cj blockPosition = new cj(getPlayerPosX(), getPlayerPosY(), getPlayerPosZ());
625 return blockPosition.r() & 15;
626 }
627
628 @Override
629 public boolean hasTargetBlock() {

Callers

nothing calls this directly

Calls 3

getPlayerPosXMethod · 0.95
getPlayerPosYMethod · 0.95
getPlayerPosZMethod · 0.95

Tested by

no test coverage detected