Interface Walker.ObstacleCallback
-
- Enclosing class:
- Walker
public static interface Walker.ObstacleCallbackOptional hook: invoked when the walker suspects an obstacle on the route.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanonObstacle(net.runelite.api.coords.WorldPoint blockedAt)Return true when the callback handled the obstacle (e.g.
-