()
| 590 | } |
| 591 | |
| 592 | @Override |
| 593 | public int getPlayerChunkX() { |
| 594 | cj blockPosition = new cj(getPlayerPosX(), getPlayerPosY(), getPlayerPosZ()); |
| 595 | return blockPosition.p() >> 4; |
| 596 | } |
| 597 | |
| 598 | @Override |
| 599 | public int getPlayerChunkY() { |
nothing calls this directly
no test coverage detected