Class 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 created
      int getId()  
      java.lang.String getName()
      Gets the name of the object for which the object composite was created
      int getVarpId()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ObjectComposite

        public ObjectComposite​(org.dreambot.internal.injector.interfaces.RSObjectComposite reference)
        Note: This shouldn't be used by API users, it's an internal constructor.
    • 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