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