()
| 641 | } |
| 642 | |
| 643 | @Override |
| 644 | public int getPlayerChunkY() { |
| 645 | ej blockPosition = new ej(getPlayerPosX(), getPlayerPosY(), getPlayerPosZ()); |
| 646 | return blockPosition.p() >> 4; |
| 647 | } |
| 648 | |
| 649 | @Override |
| 650 | public int getPlayerChunkZ() { |
nothing calls this directly
no test coverage detected