Uses of Interface
de.bsommerfeld.pathetic.api.pathing.processing.Processor
Packages that use Processor
Package
Description
The processor pipeline that extends per-neighbor evaluation.
-
Uses of Processor in de.bsommerfeld.pathetic.api.pathing.processing
Subinterfaces of Processor in de.bsommerfeld.pathetic.api.pathing.processingModifier and TypeInterfaceDescriptioninterfaceA processor that calculates a specific cost contribution for traversing to a node (PathPosition).interfaceA processor that validates whether a node (PathPosition) or the transition to it is permissible during pathfinding.