Uses of Class
de.metaphoriker.pathetic.api.pathing.configuration.PathfinderConfiguration
Package
Description
-
Uses of PathfinderConfiguration 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.void
PathfinderInitializer.initialize
(Pathfinder pathfinder, PathfinderConfiguration configuration) Initializes the givenPathfinder
with the givenPathfinderConfiguration
. -
Uses of PathfinderConfiguration in de.metaphoriker.pathetic.api.pathing.configuration
Modifier and TypeMethodDescriptionPathfinderConfiguration.PathfinderConfigurationBuilder.build()
static PathfinderConfiguration
PathfinderConfiguration.deepCopy
(PathfinderConfiguration pathfinderConfiguration) Creates a deep copy of the givenPathfinderConfiguration
.Modifier and TypeMethodDescriptionstatic PathfinderConfiguration
PathfinderConfiguration.deepCopy
(PathfinderConfiguration pathfinderConfiguration) Creates a deep copy of the givenPathfinderConfiguration
.