(BlockPos destination)
| 323 | } |
| 324 | |
| 325 | @Override |
| 326 | public void pathTo(BlockPos destination) { |
| 327 | this.pathTo0(destination, false); |
| 328 | } |
| 329 | |
| 330 | private void pathTo0(BlockPos destination, boolean appendDestination) { |
| 331 | if (ctx.player() == null || ctx.player().level().dimension() != Level.NETHER) { |
no test coverage detected