()
| 614 | } |
| 615 | |
| 616 | @Override |
| 617 | public int getPlayerChunkRelY() { |
| 618 | cj blockPosition = new cj(getPlayerPosX(), getPlayerPosY(), getPlayerPosZ()); |
| 619 | return blockPosition.q() & 15; |
| 620 | } |
| 621 | |
| 622 | @Override |
| 623 | public int getPlayerChunkRelZ() { |
nothing calls this directly
no test coverage detected