()
| 623 | } |
| 624 | |
| 625 | @Override |
| 626 | public int getPlayerChunkX() { |
| 627 | cj blockPosition = new cj(getPlayerPosX(), getPlayerPosY(), getPlayerPosZ()); |
| 628 | return blockPosition.n() >> 4; |
| 629 | } |
| 630 | |
| 631 | @Override |
| 632 | public int getPlayerChunkY() { |
nothing calls this directly
no test coverage detected