()
| 636 | } |
| 637 | |
| 638 | @Override |
| 639 | public int getPlayerChunkRelZ() { |
| 640 | dt blockPosition = new dt(getPlayerPosX(), getPlayerPosY(), getPlayerPosZ()); |
| 641 | return blockPosition.p() & 15; |
| 642 | } |
| 643 | |
| 644 | @Override |
| 645 | public boolean hasTargetBlock() { |
nothing calls this directly
no test coverage detected