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

Method getPlayerChunkY

Minecraft-Utils/1.12.2/src/Variables.java:630–634  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

628 }
629
630 @Override
631 public int getPlayerChunkY() {
632 et blockPosition = new et(getPlayerPosX(), getPlayerPosY(), getPlayerPosZ());
633 return blockPosition.q() >> 4;
634 }
635
636 @Override
637 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