public class PathFinderUtil extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PathFinderUtil.AstarPathBuilder |
static class |
PathFinderUtil.Builder |
static class |
PathFinderUtil.FinderType |
| Modifier and Type | Field and Description |
|---|---|
static PathFinderUtil.FinderType |
DEFAULT_FINDER_TYPE |
| Constructor and Description |
|---|
PathFinderUtil() |
| Modifier and Type | Method and Description |
|---|---|
static PathFinderUtil.Builder |
builder(PathFinderUtil.FinderType type) |
static PathFinder |
quickPathBuild(PathFinderUtil.FinderType type,
@NotNull cn.nukkit.level.Position start,
@NotNull cn.nukkit.level.Position target) |
static PathFinder |
quickPathBuild(@NotNull cn.nukkit.level.Position start,
@NotNull cn.nukkit.level.Position target) |
public static final PathFinderUtil.FinderType DEFAULT_FINDER_TYPE
public static PathFinder quickPathBuild(@NotNull @NotNull cn.nukkit.level.Position start, @NotNull @NotNull cn.nukkit.level.Position target)
public static PathFinder quickPathBuild(PathFinderUtil.FinderType type, @NotNull @NotNull cn.nukkit.level.Position start, @NotNull @NotNull cn.nukkit.level.Position target)
public static PathFinderUtil.Builder builder(PathFinderUtil.FinderType type)
Copyright © 2022. All rights reserved.