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