()
| 641 | } |
| 642 | |
| 643 | @Override |
| 644 | public int getPlayerChunkRelX() { |
| 645 | cm blockPosition = new cm(getPlayerPosX(), getPlayerPosY(), getPlayerPosZ()); |
| 646 | return blockPosition.p() & 15; |
| 647 | } |
| 648 | |
| 649 | @Override |
| 650 | public int getPlayerChunkRelY() { |
nothing calls this directly
no test coverage detected