Package rsb.wrappers.subwrap
Class RSMenuNode
java.lang.Object
rsb.wrappers.subwrap.RSMenuNode
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleancontainsAction(String... text) booleancontainsTarget(String... text) booleancorrelatesTo(Clickable clickable) TODO: Properly implement feature Checks if the RSMenuNode is associated with an option of a clickable entitygetArea()intgetData1()intgetData2()intgetData3()intgetIndex()intgetType()
-
Method Details
-
contains
-
containsTarget
-
containsAction
-
correlatesTo
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:
Trueif the RSMenuNode is associated with the clickable
-
getIndex
public int getIndex() -
getArea
-
getAction
-
getTarget
-
getType
public int getType() -
getData1
public int getData1() -
getData2
public int getData2() -
getData3
public int getData3()
-