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

Method getPlayerChunkRelY

Minecraft-Utils/1.13/src/Variables.java:661–665  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

659 }
660
661 @Override
662 public int getPlayerChunkRelY() {
663 ej blockPosition = new ej(getPlayerPosX(), getPlayerPosY(), getPlayerPosZ());
664 return blockPosition.p() & 15;
665 }
666
667 @Override
668 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