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