Uses of Interface
de.bsommerfeld.pathetic.api.pathing.processing.Processor
Packages that use Processor
Package
Description
Provides interfaces and classes for extending the core pathfinding logic of "pathetic" through a
customizable processor pipeline.
-
Uses of Processor in de.bsommerfeld.pathetic.api.pathing.processing
Subinterfaces of Processor in de.bsommerfeld.pathetic.api.pathing.processingModifier and TypeInterfaceDescriptioninterface
A processor that calculates a specific cost contribution for traversing to a node (PathPosition).interface
A processor that validates whether a node (PathPosition) or the transition to it is permissible during pathfinding.