()
| 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() { |
nothing calls this directly
no test coverage detected