Uses of Package
de.bsommerfeld.pathetic.api.pathing.processing
Packages that use de.bsommerfeld.pathetic.api.pathing.processing
Package
Description
Configuration of pathfinder instances.
The processor pipeline that extends per-neighbor evaluation.
The A* implementation.
-
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.Base interface for pathfinding processors.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.engine.pathfinderClassDescriptionA 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.