Package de.bsommerfeld.pathetic.api.pathing.context
package de.bsommerfeld.pathetic.api.pathing.context
Caller-supplied environment information for a single request.
EnvironmentContext is a marker interface:
callers pass an implementation into Pathfinder.findPath to describe the world the
request runs against (a platform integration would carry its world handle here), and providers
and processors receive it back unchanged. The value may be null when no environment
information is needed.
-
InterfacesClassDescriptionA marker interface to implement, to provide environment-specific information to the Pathfinder.