Uses of Class
de.bsommerfeld.pathetic.api.wrapper.Depth
Packages that use Depth
Package
Description
Observation hooks into a running search.
Immutable value types used throughout the API.
-
Uses of Depth in de.bsommerfeld.pathetic.api.pathing.hook
Methods in de.bsommerfeld.pathetic.api.pathing.hook that return DepthModifier and TypeMethodDescriptionPathfindingContext.getDepth()The current depth of the pathfinding step.Constructors in de.bsommerfeld.pathetic.api.pathing.hook with parameters of type DepthModifierConstructorDescriptionPathfindingContext(PathPosition position, Depth depth, PathPosition target, EnvironmentContext environmentContext) -
Uses of Depth in de.bsommerfeld.pathetic.api.wrapper
Methods in de.bsommerfeld.pathetic.api.wrapper that return Depth