()
| 620 | } |
| 621 | |
| 622 | @Override |
| 623 | public int getPlayerChunkRelZ() { |
| 624 | cj blockPosition = new cj(getPlayerPosX(), getPlayerPosY(), getPlayerPosZ()); |
| 625 | return blockPosition.r() & 15; |
| 626 | } |
| 627 | |
| 628 | @Override |
| 629 | public boolean hasTargetBlock() { |
nothing calls this directly
no test coverage detected