Class WebPathQuery
- java.lang.Object
-
- org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathQuery
-
public class WebPathQuery extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WebPathQuery.WebPathQueryBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WebPathQuery.WebPathQueryBuilder
builder()
WebPathResponse
calculate()
boolean
canUseBankCache()
-
-
-
Method Detail
-
canUseBankCache
public boolean canUseBankCache()
-
calculate
public WebPathResponse calculate()
-
builder
public static WebPathQuery.WebPathQueryBuilder builder()
-
-