Class RSMenuNode

java.lang.Object
rsb.wrappers.subwrap.RSMenuNode

public class RSMenuNode extends Object
  • Method Details

    • contains

      public boolean contains(String... text)
    • containsTarget

      public boolean containsTarget(String... text)
    • containsAction

      public boolean containsAction(String... text)
    • correlatesTo

      public boolean correlatesTo(Clickable clickable)
      TODO: Properly implement feature Checks if the RSMenuNode is associated with an option of a clickable entity
      Parameters:
      clickable - The clickable object to check
      Returns:
      True if the RSMenuNode is associated with the clickable
    • getIndex

      public int getIndex()
    • getArea

      public Rectangle getArea()
    • getAction

      public String getAction()
    • getTarget

      public String getTarget()
    • getType

      public int getType()
    • getData1

      public int getData1()
    • getData2

      public int getData2()
    • getData3

      public int getData3()