()
| 624 | } |
| 625 | |
| 626 | @Override |
| 627 | public int getPlayerChunkRelX() { |
| 628 | dt blockPosition = new dt(getPlayerPosX(), getPlayerPosY(), getPlayerPosZ()); |
| 629 | return blockPosition.n() & 15; |
| 630 | } |
| 631 | |
| 632 | @Override |
| 633 | public int getPlayerChunkRelY() { |
nothing calls this directly
no test coverage detected