MCPcopy Create free account
hub / github.com/cabaletta/baritone / pathTo

Method pathTo

src/main/java/baritone/process/ElytraProcess.java:325–328  ·  view source on GitHub ↗
(BlockPos destination)

Source from the content-addressed store, hash-verified

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) {

Callers 1

resetStateMethod · 0.95

Calls 3

pathTo0Method · 0.95
getXMethod · 0.65
getZMethod · 0.65

Tested by

no test coverage detected