Uses of Enum Class
cn.lanink.gamecore.pathfinder.PathFinderUtil.FinderType
Packages that use PathFinderUtil.FinderType
-
Uses of PathFinderUtil.FinderType in cn.lanink.gamecore.pathfinder
Fields in cn.lanink.gamecore.pathfinder declared as PathFinderUtil.FinderTypeModifier and TypeFieldDescriptionstatic final PathFinderUtil.FinderTypePathFinderUtil.DEFAULT_FINDER_TYPEMethods in cn.lanink.gamecore.pathfinder that return PathFinderUtil.FinderTypeModifier and TypeMethodDescriptionstatic PathFinderUtil.FinderTypeReturns the enum constant of this class with the specified name.static PathFinderUtil.FinderType[]PathFinderUtil.FinderType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cn.lanink.gamecore.pathfinder with parameters of type PathFinderUtil.FinderTypeModifier and TypeMethodDescriptionstatic PathFinderUtil.BuilderPathFinderUtil.builder(PathFinderUtil.FinderType type) static PathFinderPathFinderUtil.quickPathBuild(PathFinderUtil.FinderType type, @NotNull cn.nukkit.level.Position start, @NotNull cn.nukkit.level.Position target)