Uses of Interface
de.bsommerfeld.pathetic.api.pathing.processing.context.SearchContext
Packages that use SearchContext
Package
Description
Provides interfaces and classes for extending the core pathfinding logic of "pathetic" through a
customizable processor pipeline.
-
Uses of SearchContext in de.bsommerfeld.pathetic.api.pathing.processing
Methods in de.bsommerfeld.pathetic.api.pathing.processing with parameters of type SearchContextModifier and TypeMethodDescriptiondefault void
Processor.finalizeSearch
(SearchContext context) Called once at the end of a path search operation, regardless of whether a path was found or the search was aborted.default void
Processor.initializeSearch
(SearchContext context) Called once at the beginning of a path search operation. -
Uses of SearchContext in de.bsommerfeld.pathetic.api.pathing.processing.context
Methods in de.bsommerfeld.pathetic.api.pathing.processing.context that return SearchContextModifier and TypeMethodDescriptionNodeEvaluationContext.getSearchContext()
Provides access to the overarchingSearchContext
for this pathfinding operation.