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

Method getPlayerChunkRelZ

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

Source from the content-addressed store, hash-verified

636 }
637
638 @Override
639 public int getPlayerChunkRelZ() {
640 dt blockPosition = new dt(getPlayerPosX(), getPlayerPosY(), getPlayerPosZ());
641 return blockPosition.p() & 15;
642 }
643
644 @Override
645 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