Class PathGenerator

java.lang.Object
net.minestom.server.entity.pathfinding.PathGenerator

public class PathGenerator extends Object
  • Constructor Details

    • PathGenerator

      public PathGenerator()
  • Method Details

    • generate

      @NotNull public static @NotNull PPath generate(@NotNull @NotNull Instance instance, @NotNull @NotNull Pos orgStart, @NotNull @NotNull Point orgTarget, double closeDistance, double maxDistance, double pathVariance, @NotNull @NotNull BoundingBox boundingBox, boolean isOnGround, @NotNull @NotNull NodeGenerator generator, @Nullable @Nullable Runnable onComplete)