Expand description
The goals that a pathfinder can try to reach.
Structs§
- AndGoal
- Try to reach both of the given goals.
- AndGoals
- Try to reach all the given goals.
- Block
PosGoal - Move to the given block position.
- Inverse
Goal - Do the opposite of the given goal.
- OrGoal
- Do either of the given goals, whichever is closer.
- OrGoals
- Do any of the given goals, whichever is closest.
- Radius
Goal - Get within the given radius of the given position.
- Reach
Block PosGoal - Move to a position where we can reach the given block.
- XZGoal
- Move to the given block position, ignoring the y-axis.
- YGoal
- Move to the given y coordinate.