Uses of Interface
de.bsommerfeld.pathetic.api.pathing.context.EnvironmentContext
Packages that use EnvironmentContext
Package
Description
-
Uses of EnvironmentContext in de.bsommerfeld.pathetic.api.pathing
Methods in de.bsommerfeld.pathetic.api.pathing with parameters of type EnvironmentContextModifier and TypeMethodDescriptionPathfinder.findPath(PathPosition start, PathPosition target, EnvironmentContext context) Tries to find a path between the specified start and target positions within the provided environment context. -
Uses of EnvironmentContext in de.bsommerfeld.pathetic.api.pathing.processing.context
Methods in de.bsommerfeld.pathetic.api.pathing.processing.context that return EnvironmentContextModifier and TypeMethodDescriptiondefault EnvironmentContextEvaluationContext.getEnvironmentContext()Convenience method to access the EnvironmentContext of the overall search.@Nullable EnvironmentContextSearchContext.getEnvironmentContext()Returns the environment-specific context associated with the pathfinding operation. -
Uses of EnvironmentContext in de.bsommerfeld.pathetic.api.provider
Methods in de.bsommerfeld.pathetic.api.provider with parameters of type EnvironmentContextModifier and TypeMethodDescriptionNavigationPointProvider.getNavigationPoint(PathPosition position, EnvironmentContext environmentContext) Retrieves the navigation point at the specified position within the provided environment context.