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

Method getPlayerChunkRelZ

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

Source from the content-addressed store, hash-verified

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