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

Method getPlayerChunkY

Minecraft-Utils/1.7.10/src/Variables.java:611–614  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

609 }
610
611 @Override
612 public int getPlayerChunkY() {
613 return qh.c(getPlayer().t) >> 4;
614 }
615
616 @Override
617 public int getPlayerChunkZ() {

Callers

nothing calls this directly

Calls 2

getPlayerMethod · 0.95
cMethod · 0.45

Tested by

no test coverage detected