Module azalea::pathfinder::goals

source ·
Expand description

The goals that a pathfinder can try to reach.

Structs§

  • Try to reach both of the given goals.
  • Try to reach all of the given goals.
  • Move to the given block position.
  • Do the opposite of the given goal.
  • Do either of the given goals, whichever is closer.
  • Do any of the given goals, whichever is closest.
  • Get within the given radius of the given position.
  • Move to a position where we can reach the given block.
  • Move to the given block position, ignoring the y axis.
  • Move to the given y coordinate.

Traits§