()
| 665 | } |
| 666 | |
| 667 | @Override |
| 668 | public int getPlayerChunkRelZ() { |
| 669 | ej blockPosition = new ej(getPlayerPosX(), getPlayerPosY(), getPlayerPosZ()); |
| 670 | return blockPosition.q() & 15; |
| 671 | } |
| 672 | |
| 673 | @Override |
| 674 | public boolean hasTargetBlock() { |
nothing calls this directly
no test coverage detected