Class PathfinderRandomStand

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

public final class PathfinderRandomStand extends Pathfinder

Represents a Pathfinder for a Horse-like Mob to randomly stand.

Only Available in 1.19.3+ Versions
  • Constructor Details

    • PathfinderRandomStand

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