Class PathfinderFloat

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

public final class PathfinderFloat extends Pathfinder
Represents a Pathfinder that mobs need to float on water
  • Constructor Details

    • PathfinderFloat

      public PathfinderFloat(@NotNull @NotNull Mob entity)
      Construct a PathfinderFloat
      Parameters:
      entity - Mob to use
  • Method Details