Class PathfinderFindWater

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

public final class PathfinderFindWater extends Pathfinder
Represents a Pathfinder for a Creature to try and find water
  • Constructor Details

    • PathfinderFindWater

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