Tribot SDK
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Tribot SDK
script-sdk
/
org.tribot.script.sdk.interfaces
/
Positionable
Positionable
interface
Positionable
Represents an entity with a location on the game map
Inheritors
Projectile
GraphicObject
Interactable
Members
Functions
adjust
Camera
To
Link copied to clipboard
abstract
fun
adjustCameraTo
(
)
:
Boolean
Moves the camera to a position where the given entity or position is in view.
distance
Link copied to clipboard
open
fun
distance
(
)
:
Int
Determines the distance between this entity/tile and the local player
distance
To
Link copied to clipboard
open
fun
distanceTo
(
position
:
Positionable
)
:
Int
Determines the distance between this entity/tile and the given entity/tile
get
Tile
Link copied to clipboard
abstract
fun
getTile
(
)
:
WorldTile
Gets the WorldTile of this entity/position