Package com.soulfiremc.server.pathfinding.goals
package com.soulfiremc.server.pathfinding.goals
Contains the goals that the pathfinding algorithm can use to determine the best path to a target/goal.
What the goal actually is can be defined by the implementation of the goal.
-
ClassDescriptionGoal to get minRadius away from the origin.Goal to get close to a specific position.Goal that is a composite of multiple goals.A goal represents something that the user wants the bot to achieve.