Class ActorQueryRequest<T extends Actor>
- java.lang.Object
-
- com.epicbot.api.shared.query.request.QueryRequest<T>
-
- com.epicbot.api.shared.query.request.LocatableEntityQueryRequest<T>
-
- com.epicbot.api.shared.query.request.ActorQueryRequest<T>
-
- Direct Known Subclasses:
NPCQueryRequest
,PlayerQueryRequest
public abstract class ActorQueryRequest<T extends Actor> extends LocatableEntityQueryRequest<T>
-
-
Field Summary
-
Fields inherited from class com.epicbot.api.shared.query.request.QueryRequest
ctx
-
-
Constructor Summary
Constructors Constructor Description ActorQueryRequest(APIContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tile
getEntityLocation(Locatable entity)
Tile
getEntityLocation(T entity)
Tile
getLocalPlayerLocation()
void
setUseActorServerLocations()
boolean
useActorServerLocations()
-
Methods inherited from class com.epicbot.api.shared.query.request.LocatableEntityQueryRequest
accepts, accepts, getDistance, getLocated, getNotLocated, getNotWithin, getWithin, located, notLocated, notWithin, setDistance, within
-
Methods inherited from class com.epicbot.api.shared.query.request.QueryRequest
filter, request
-
-
-
-
Constructor Detail
-
ActorQueryRequest
public ActorQueryRequest(APIContext ctx)
-
-
Method Detail
-
setUseActorServerLocations
public void setUseActorServerLocations()
-
useActorServerLocations
public boolean useActorServerLocations()
-
getLocalPlayerLocation
public Tile getLocalPlayerLocation()
- Overrides:
getLocalPlayerLocation
in classLocatableEntityQueryRequest<T extends Actor>
-
getEntityLocation
public Tile getEntityLocation(T entity)
- Overrides:
getEntityLocation
in classLocatableEntityQueryRequest<T extends Actor>
-
getEntityLocation
public Tile getEntityLocation(Locatable entity)
- Overrides:
getEntityLocation
in classLocatableEntityQueryRequest<T extends Actor>
-
-