Package org.tribot.script.sdk.interfaces
Interface Actionable
-
- All Known Subinterfaces:
Item
- All Known Implementing Classes:
EquipmentItem,GameObject,GroundItem,InventoryItem,Npc,Widget,WidgetItem
public interface ActionableRepresents an entity whose definition contains "actions" that can be performed on the entity.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.lang.String>getActions()Gets the available actions for the entity, usually dependent on their definition.
-