Class PathfindingContext

java.lang.Object
de.bsommerfeld.pathetic.api.pathing.hook.PathfindingContext

public final class PathfindingContext extends Object
Context for the current step of the pathfinding process.
  • Constructor Details

    • PathfindingContext

      public PathfindingContext(Depth depth)
  • Method Details

    • getDepth

      public Depth getDepth()
      The current depth of the pathfinding step.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object