()
| 630 | } |
| 631 | |
| 632 | @Override |
| 633 | public int getPlayerChunkRelY() { |
| 634 | dt blockPosition = new dt(getPlayerPosX(), getPlayerPosY(), getPlayerPosZ()); |
| 635 | return blockPosition.o() & 15; |
| 636 | } |
| 637 | |
| 638 | @Override |
| 639 | public int getPlayerChunkRelZ() { |
nothing calls this directly
no test coverage detected