()
| 629 | } |
| 630 | |
| 631 | @Override |
| 632 | public int getPlayerChunkY() { |
| 633 | cj blockPosition = new cj(getPlayerPosX(), getPlayerPosY(), getPlayerPosZ()); |
| 634 | return blockPosition.o() >> 4; |
| 635 | } |
| 636 | |
| 637 | @Override |
| 638 | public int getPlayerChunkZ() { |
nothing calls this directly
no test coverage detected