()
| 653 | } |
| 654 | |
| 655 | @Override |
| 656 | public int getPlayerChunkRelX() { |
| 657 | ej blockPosition = new ej(getPlayerPosX(), getPlayerPosY(), getPlayerPosZ()); |
| 658 | return blockPosition.o() & 15; |
| 659 | } |
| 660 | |
| 661 | @Override |
| 662 | public int getPlayerChunkRelY() { |
nothing calls this directly
no test coverage detected