()
| 626 | } |
| 627 | |
| 628 | @Override |
| 629 | public int getPlayerChunkX() { |
| 630 | cj blockPosition = new cj(getPlayerPosX(), getPlayerPosY(), getPlayerPosZ()); |
| 631 | return blockPosition.n() >> 4; |
| 632 | } |
| 633 | |
| 634 | @Override |
| 635 | public int getPlayerChunkY() { |
nothing calls this directly
no test coverage detected