Expand description
A pathfinding plugin to make bots able to traverse the world.
Much of this code is based on Baritone.
Modules§
- The goals that a pathfinder can try to reach.
- Simulate the Minecraft world, currently only used for tests.
Structs§
- A component that’s present on clients that are actively following a pathfinder path.
- A component that makes this client able to pathfind.
- A component that makes bots run /particle commands while pathfinding to show where they’re going. This requires the bots to have server operator permissions, and it’ll make them spam a lot of commands.
Traits§
Functions§
- Checks whether the path has been obstructed, and returns Some(index) if it has been. The index is of the first obstructed node.