Package net.runelite.api
Interface WorldEntity
-
- All Superinterfaces:
CameraFocusableEntity
public interface WorldEntity extends CameraFocusableEntity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocalPointgetLocalLocation()Get the location of this world entity in the top level world.WorldViewgetWorldView()booleanisHiddenForOverlap()Return true if this worldentity is overlappedLocalPointtransformToMainWorld(LocalPoint point)Transform a point within the world entity to the overworld-
Methods inherited from interface net.runelite.api.CameraFocusableEntity
getCameraFocus
-
-
-
-
Method Detail
-
getWorldView
WorldView getWorldView()
- Specified by:
getWorldViewin interfaceCameraFocusableEntity
-
getLocalLocation
LocalPoint getLocalLocation()
Get the location of this world entity in the top level world.- Returns:
-
transformToMainWorld
LocalPoint transformToMainWorld(LocalPoint point)
Transform a point within the world entity to the overworld- Parameters:
point-- Returns:
-
isHiddenForOverlap
boolean isHiddenForOverlap()
Return true if this worldentity is overlapped- Returns:
-
-