()
| 618 | } |
| 619 | |
| 620 | @Override |
| 621 | public int getPlayerChunkZ() { |
| 622 | dt blockPosition = new dt(getPlayerPosX(), getPlayerPosY(), getPlayerPosZ()); |
| 623 | return blockPosition.p() >> 4; |
| 624 | } |
| 625 | |
| 626 | @Override |
| 627 | public int getPlayerChunkRelX() { |
nothing calls this directly
no test coverage detected