Class PathfinderFollowFishLeader

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

public final class PathfinderFollowFishLeader extends Pathfinder
Represents a Pathfinder for a Cod / Salmon / Tropical Fish to follow its school leader
  • Constructor Details

    • PathfinderFollowFishLeader

      public PathfinderFollowFishLeader(@NotNull @NotNull Fish f)
      Constructs a PathfinderFollowFishLeader.
      Parameters:
      f - Fish to use
  • Method Details