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

Method getPlayerChunkY

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

Source from the content-addressed store, hash-verified

632 }
633
634 @Override
635 public int getPlayerChunkY() {
636 cj blockPosition = new cj(getPlayerPosX(), getPlayerPosY(), getPlayerPosZ());
637 return blockPosition.o() >> 4;
638 }
639
640 @Override
641 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