()
| 612 | } |
| 613 | |
| 614 | @Override |
| 615 | public int getPlayerChunkY() { |
| 616 | dt blockPosition = new dt(getPlayerPosX(), getPlayerPosY(), getPlayerPosZ()); |
| 617 | return blockPosition.o() >> 4; |
| 618 | } |
| 619 | |
| 620 | @Override |
| 621 | public int getPlayerChunkZ() { |
nothing calls this directly
no test coverage detected