Package net.runelite.api
Interface Locatable
-
public interface Locatable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocalPointgetLocalLocation()Gets the client-side location of the actor.WorldPointgetWorldLocation()Gets the server-side location of the actor.
-
-
-
Method Detail
-
getWorldLocation
WorldPoint getWorldLocation()
Gets the server-side location of the actor.This value is typically ahead of where the client renders and is not affected by things such as animations.
- Returns:
- the server location
-
getLocalLocation
LocalPoint getLocalLocation()
Gets the client-side location of the actor.- Returns:
- the client location
-
-