Uses of Interface
baritone.api.pathing.calc.IPath
Packages that use IPath
Package
Description
-
Uses of IPath in baritone.api.behavior
Methods in baritone.api.behavior that return types with arguments of type IPath -
Uses of IPath in baritone.api.pathing.calc
Methods in baritone.api.pathing.calc that return IPathModifier and TypeMethodDescriptiondefault IPathIPath.cutoffAtLoadedChunks(Object bsi) Cuts off this path at the loaded chunk border, and returns the resulting path.default IPathIPath.postProcess()This path is actually going to be executed in the world.default IPathIPath.staticCutoff(Goal destination) Cuts off this path using the min length and cutoff factor settings, and returns the resulting path.Methods in baritone.api.pathing.calc that return types with arguments of type IPathModifier and TypeMethodDescriptionIPathFinder.bestPathSoFar()The best path so far, according to the most forgiving coefficient heuristic (the reason being that that path is most likely to represent the true shape of the path to the goal, assuming it's within a possible cost heuristic.IPathFinder.pathToMostRecentNodeConsidered()Called for path rendering. -
Uses of IPath in baritone.api.pathing.path
Methods in baritone.api.pathing.path that return IPath -
Uses of IPath in baritone.api.utils
Methods in baritone.api.utils that return types with arguments of type IPathConstructors in baritone.api.utils with parameters of type IPath