Class WebPathQuery.WebPathQueryBuilder
- java.lang.Object
-
- org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathQuery.WebPathQueryBuilder
-
- Enclosing class:
- WebPathQuery
public static class WebPathQuery.WebPathQueryBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebPathQuery
build()
WebPathQuery.WebPathQueryBuilder
from(Tile from)
WebPathQuery.WebPathQueryBuilder
to(Tile to)
java.lang.String
toString()
WebPathQuery.WebPathQueryBuilder
useBankCache(boolean useBankCache)
-
-
-
Method Detail
-
from
public WebPathQuery.WebPathQueryBuilder from(Tile from)
- Returns:
this
.
-
to
public WebPathQuery.WebPathQueryBuilder to(Tile to)
- Returns:
this
.
-
useBankCache
public WebPathQuery.WebPathQueryBuilder useBankCache(boolean useBankCache)
- Returns:
this
.
-
build
public WebPathQuery build()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-