Class PathValidationContext

java.lang.Object
de.metaphoriker.pathetic.api.pathing.filter.PathValidationContext

public class PathValidationContext extends Object
PathValidationContext is a data container used during the pathfinding process to provide relevant contextual information needed for evaluating path validity.

This context is passed to PathFilter.filter(de.metaphoriker.pathetic.api.pathing.filter.PathValidationContext) methods during the pathfinding process and allows filters to validate or invalidate nodes based on the provided context.

  • Constructor Details

    • PathValidationContext

      public PathValidationContext()