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