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