()
| 659 | } |
| 660 | |
| 661 | @Override |
| 662 | public int getPlayerChunkRelY() { |
| 663 | ej blockPosition = new ej(getPlayerPosX(), getPlayerPosY(), getPlayerPosZ()); |
| 664 | return blockPosition.p() & 15; |
| 665 | } |
| 666 | |
| 667 | @Override |
| 668 | public int getPlayerChunkRelZ() { |
nothing calls this directly
no test coverage detected