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

Method getPlayerChunkY

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

Source from the content-addressed store, hash-verified

641 }
642
643 @Override
644 public int getPlayerChunkY() {
645 ej blockPosition = new ej(getPlayerPosX(), getPlayerPosY(), getPlayerPosZ());
646 return blockPosition.p() >> 4;
647 }
648
649 @Override
650 public int getPlayerChunkZ() {

Callers

nothing calls this directly

Calls 3

getPlayerPosXMethod · 0.95
getPlayerPosYMethod · 0.95
getPlayerPosZMethod · 0.95

Tested by

no test coverage detected