()
| 653 | } |
| 654 | |
| 655 | @Override |
| 656 | public int getPlayerChunkRelZ() { |
| 657 | cj blockPosition = new cj(getPlayerPosX(), getPlayerPosY(), getPlayerPosZ()); |
| 658 | return blockPosition.p() & 15; |
| 659 | } |
| 660 | |
| 661 | @Override |
| 662 | public boolean hasTargetBlock() { |
nothing calls this directly
no test coverage detected