Class PathfinderMoveToRaid

java.lang.Object
me.gamercoder215.mobchip.ai.goal.Pathfinder
me.gamercoder215.mobchip.ai.goal.PathfinderMoveToRaid
All Implemented Interfaces:
PathfinderInfo

public final class PathfinderMoveToRaid extends Pathfinder
Represents a Pathfinder for a Raider to move to a Raid
  • Constructor Details

    • PathfinderMoveToRaid

      public PathfinderMoveToRaid(@NotNull @NotNull Raider m)
      Constructs a PathfinderMoveToRaid.
      Parameters:
      m - Raider to use
  • Method Details