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

Method getPlayerChunkRelZ

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

Source from the content-addressed store, hash-verified

653 }
654
655 @Override
656 public int getPlayerChunkRelZ() {
657 cj blockPosition = new cj(getPlayerPosX(), getPlayerPosY(), getPlayerPosZ());
658 return blockPosition.p() & 15;
659 }
660
661 @Override
662 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