Class ObjectComposite
- java.lang.Object
-
- org.dreambot.api.wrappers.interactive.composite.ObjectComposite
-
public class ObjectComposite extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ObjectComposite(org.dreambot.internal.injector.interfaces.RSObjectComposite reference)
Note: This shouldn't be used by API users, it's an internal constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]
getActions()
Gets the menu actions of the object for which the object composite was createdint
getId()
java.lang.String
getName()
Gets the name of the object for which the object composite was createdint
getVarpId()
-
-
-
Method Detail
-
getId
public int getId()
-
getVarpId
public int getVarpId()
-
getName
public java.lang.String getName()
Gets the name of the object for which the object composite was created- Returns:
- name of object
-
getActions
public java.lang.String[] getActions()
Gets the menu actions of the object for which the object composite was created- Returns:
- list of actions
-
-