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

Method getPlayerChunkX

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

Source from the content-addressed store, hash-verified

635 }
636
637 @Override
638 public int getPlayerChunkX() {
639 ej blockPosition = new ej(getPlayerPosX(), getPlayerPosY(), getPlayerPosZ());
640 return blockPosition.o() >> 4;
641 }
642
643 @Override
644 public int getPlayerChunkY() {

Callers

nothing calls this directly

Calls 3

getPlayerPosXMethod · 0.95
getPlayerPosYMethod · 0.95
getPlayerPosZMethod · 0.95

Tested by

no test coverage detected