Interface Walker.ObstacleCallback

  • Enclosing class:
    Walker

    public static interface Walker.ObstacleCallback
    Optional hook: invoked when the walker suspects an obstacle on the route.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean onObstacle​(net.runelite.api.coords.WorldPoint blockedAt)
      Return true when the callback handled the obstacle (e.g.
    • Method Detail

      • onObstacle

        boolean onObstacle​(net.runelite.api.coords.WorldPoint blockedAt)
        Return true when the callback handled the obstacle (e.g. opened a door).