Uses of Interface
de.metaphoriker.pathetic.api.pathing.Pathfinder
-
Uses of Pathfinder in de.metaphoriker.pathetic.api.factory
Modifier and TypeMethodDescriptionPathfinderFactory.createPathfinder
(PathfinderConfiguration configuration) Creates a newPathfinder
instance with the given configuration.default Pathfinder
PathfinderFactory.createPathfinder
(PathfinderConfiguration configuration, PathfinderInitializer initializer) Creates a newPathfinder
instance with the given configuration and initializer.Modifier and TypeMethodDescriptionvoid
PathfinderInitializer.initialize
(Pathfinder pathfinder, PathfinderConfiguration configuration) Initializes the givenPathfinder
with the givenPathfinderConfiguration
.