Class NameComposite


  • public class NameComposite
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      NameComposite​(org.dreambot.internal.injector.interfaces.RSNameComposite 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 getFormatted()  
      java.lang.String getName()
      Gets the name of the item for which the item composite is defined
      • Methods inherited from class java.lang.Object

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

      • NameComposite

        public NameComposite​(org.dreambot.internal.injector.interfaces.RSNameComposite reference)
        Note: This shouldn't be used by API users, it's an internal constructor.
    • Method Detail

      • getName

        public java.lang.String getName()
        Gets the name of the item for which the item composite is defined
        Returns:
        name of item
      • getFormatted

        public java.lang.String getFormatted()