Class PathfinderSit

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

public final class PathfinderSit extends Pathfinder
Represents a Pathfinder for the logic of a Tamable Animal to sit when told to
  • Constructor Details

    • PathfinderSit

      public PathfinderSit(@NotNull @NotNull Tameable m)
      Constructs a PathfinderSit.
      Parameters:
      m - Tamable Animal to use
  • Method Details