| Package | Description |
|---|---|
| cn.lanink.gamecore.pathfinder |
| Modifier and Type | Field and Description |
|---|---|
static PathFinderUtil.FinderType |
PathFinderUtil.DEFAULT_FINDER_TYPE |
| Modifier and Type | Method and Description |
|---|---|
static PathFinderUtil.FinderType |
PathFinderUtil.FinderType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PathFinderUtil.FinderType[] |
PathFinderUtil.FinderType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static PathFinderUtil.Builder |
PathFinderUtil.builder(PathFinderUtil.FinderType type) |
static PathFinder |
PathFinderUtil.quickPathBuild(PathFinderUtil.FinderType type,
@NotNull cn.nukkit.level.Position start,
@NotNull cn.nukkit.level.Position target) |
Copyright © 2022. All rights reserved.