()
| 647 | } |
| 648 | |
| 649 | @Override |
| 650 | public int getPlayerChunkRelY() { |
| 651 | cj blockPosition = new cj(getPlayerPosX(), getPlayerPosY(), getPlayerPosZ()); |
| 652 | return blockPosition.o() & 15; |
| 653 | } |
| 654 | |
| 655 | @Override |
| 656 | public int getPlayerChunkRelZ() { |
nothing calls this directly
no test coverage detected