Class PathfinderFollowBoat

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

public final class PathfinderFollowBoat extends Pathfinder
Represents a Pathfinder for a Creature to follow a Boat
  • Constructor Details

    • PathfinderFollowBoat

      public PathfinderFollowBoat(@NotNull @NotNull Creature c)
      Constructs a PathfinderFollowBoat.
      Parameters:
      c - Creature to use
  • Method Details