Uses of Interface
de.bsommerfeld.pathetic.api.pathing.Pathfinder
Packages that use Pathfinder
-
Uses of Pathfinder in de.bsommerfeld.pathetic.api.factory
Methods in de.bsommerfeld.pathetic.api.factory that return PathfinderModifier and TypeMethodDescriptionPathfinderFactory.createPathfinder()Creates a new instance of aPathfinderwith a defaultPathfinderConfiguration.PathfinderFactory.createPathfinder(PathfinderConfiguration configuration) Creates a newPathfinderinstance with the given configuration.default PathfinderPathfinderFactory.createPathfinder(PathfinderConfiguration configuration, PathfinderInitializer initializer) Creates a newPathfinderinstance with the given configuration and initializer.Methods in de.bsommerfeld.pathetic.api.factory with parameters of type PathfinderModifier and TypeMethodDescriptionvoidPathfinderInitializer.initialize(Pathfinder pathfinder, PathfinderConfiguration configuration) Initializes the givenPathfinderwith the givenPathfinderConfiguration.