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