Widget Query
public class WidgetQuery extends StreamBackedQuery<Widget, WidgetQuery> implements ActionableQuery<Widget, WidgetQuery>, ClickableQuery<Widget, WidgetQuery>, IndexableQuery<Widget, WidgetQuery>
Content copied to clipboard
A query to search over entities of type Widget
See also
org.tribot.script.sdk.query.Query
Query#widgets()
Functions
actionContains
Link copied to clipboard
actionEquals
Link copied to clipboard
actionNotContains
Link copied to clipboard
actionNotEquals
Link copied to clipboard
animationEquals
Link copied to clipboard
animationNotEquals
Link copied to clipboard
equipment
Link copied to clipboard
findRandom
Link copied to clipboard
gameObjects
Link copied to clipboard
grandExchangeOffers
Link copied to clipboard
graphicObjects
Link copied to clipboard
groundItems
Link copied to clipboard
hasChildren
Link copied to clipboard
heightEquals
Link copied to clipboard
heightNotEquals
Link copied to clipboard
indexEquals
Link copied to clipboard
indexNotEquals
Link copied to clipboard
inIndexPath
Link copied to clipboard
inRoots
Link copied to clipboard
inventory
Link copied to clipboard
isAnimating
Link copied to clipboard
isDepth
Link copied to clipboard
isHovering
Link copied to clipboard
isItem
Link copied to clipboard
isItemTable
Link copied to clipboard
isNotAnimating
Link copied to clipboard
isNotDepth
Link copied to clipboard
isNotHovering
Link copied to clipboard
isNotVisible
Link copied to clipboard
itemDefinitions
Link copied to clipboard
maxHeight
Link copied to clipboard
maxWidth
Link copied to clipboard
minHeight
Link copied to clipboard
minWidth
Link copied to clipboard
modelIdEquals
Link copied to clipboard
modelIdNotEquals
Link copied to clipboard
nameContains
Link copied to clipboard
nameEquals
Link copied to clipboard
nameNotContains
Link copied to clipboard
nameNotEquals
Link copied to clipboard
players
Link copied to clipboard
positionEquals
Link copied to clipboard
positionNotEquals
Link copied to clipboard
projectiles
Link copied to clipboard
shop
Link copied to clipboard
sorted
Link copied to clipboard
textColorEquals
Link copied to clipboard
textColorNotEquals
Link copied to clipboard
textContains
Link copied to clipboard
textEquals
Link copied to clipboard
textNotContains
Link copied to clipboard
textNotEquals
Link copied to clipboard
textureIdEquals
Link copied to clipboard
textureIdNotEquals
Link copied to clipboard
toItemQuery
Link copied to clipboard
Converts this widget query to an widget item query that will match any of the widgets of this query, but the entity to search over is in the form of an org.tribot.script.sdk.interfaces.Item.
trade
Link copied to clipboard
widgets
Link copied to clipboard
widthEquals
Link copied to clipboard
widthNotEquals
Link copied to clipboard
worlds
Link copied to clipboard