()
| 608 | } |
| 609 | |
| 610 | @Override |
| 611 | public int getPlayerChunkRelX() { |
| 612 | cj blockPosition = new cj(getPlayerPosX(), getPlayerPosY(), getPlayerPosZ()); |
| 613 | return blockPosition.p() & 15; |
| 614 | } |
| 615 | |
| 616 | @Override |
| 617 | public int getPlayerChunkRelY() { |
nothing calls this directly
no test coverage detected