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