Package cn.lanink.gamecore.pathfinder
Class PathFinderUtil
java.lang.Object
cn.lanink.gamecore.pathfinder.PathFinderUtil
- Author:
- iGxnon
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic enum -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PathFinderUtil.Builderstatic PathFinderquickPathBuild(@NotNull cn.nukkit.level.Position start, @NotNull cn.nukkit.level.Position target) static PathFinderquickPathBuild(PathFinderUtil.FinderType type, @NotNull cn.nukkit.level.Position start, @NotNull cn.nukkit.level.Position target)
-
Field Details
-
DEFAULT_FINDER_TYPE
-
-
Constructor Details
-
PathFinderUtil
public PathFinderUtil()
-
-
Method Details
-
quickPathBuild
public static PathFinder quickPathBuild(@NotNull @NotNull cn.nukkit.level.Position start, @NotNull @NotNull cn.nukkit.level.Position target) -
quickPathBuild
public static PathFinder quickPathBuild(PathFinderUtil.FinderType type, @NotNull @NotNull cn.nukkit.level.Position start, @NotNull @NotNull cn.nukkit.level.Position target) -
builder
-