Class PathfinderRandomLook

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

public final class PathfinderRandomLook extends Pathfinder
Represents a Pathfinder for a Mob to randomly look around
  • Constructor Details

    • PathfinderRandomLook

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