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