Package org.tribot.script.sdk.interfaces
Interface Orientable
-
- All Known Subinterfaces:
Character
- All Known Implementing Classes:
GameObject,Npc,Player
public interface OrientableRepresents an entity with an orientation
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOrientable.OrientationRepresents the orientation of an entity
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Orientable.OrientationgetOrientation()Gets the orientation of this entity
-
-
-
Method Detail
-
getOrientation
Orientable.Orientation getOrientation()
Gets the orientation of this entity- Returns:
- the orientation
-
-