()
| 640 | } |
| 641 | |
| 642 | @Override |
| 643 | public int getPlayerChunkRelX() { |
| 644 | et blockPosition = new et(getPlayerPosX(), getPlayerPosY(), getPlayerPosZ()); |
| 645 | return blockPosition.p() & 15; |
| 646 | } |
| 647 | |
| 648 | @Override |
| 649 | public int getPlayerChunkRelY() { |
nothing calls this directly
no test coverage detected