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

Method getPlayerChunkX

Minecraft-Utils/1.8/src/Variables.java:608–612  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

606 }
607
608 @Override
609 public int getPlayerChunkX() {
610 dt blockPosition = new dt(getPlayerPosX(), getPlayerPosY(), getPlayerPosZ());
611 return blockPosition.n() >> 4;
612 }
613
614 @Override
615 public int getPlayerChunkY() {

Callers

nothing calls this directly

Calls 4

getPlayerPosXMethod · 0.95
getPlayerPosYMethod · 0.95
getPlayerPosZMethod · 0.95
nMethod · 0.45

Tested by

no test coverage detected