StackableItemDefinableQuery
interface StackableItemDefinableQuery<EntityType : ItemDefinable?, Stackable?, QueryType : Query<EntityType, QueryType>?> : ItemDefinableQuery<EntityType, QueryType> , StackableQuery<EntityType, QueryType>
A query to search over Stackable entities that are ItemDefinable This type serves as a bridge between ground items/interface items
Parameters
<EntityType>
<QueryType>
Inheritors
Functions
Link copied to clipboard
Creates a new EquipmentQuery
Link copied to clipboard
Applies the specified filter to this query.
Link copied to clipboard
Executes this query, and gets the first result if it exists
Link copied to clipboard
Executes this query, and selects a random result based on a uniform distribution
Link copied to clipboard
Executes this query and passes each result to the specified consumer
Link copied to clipboard
Creates a new GameObjectQuery
Link copied to clipboard
Creates a new GrandExchangeOfferQuery
Link copied to clipboard
Creates a new GraphicObjectQuery
Link copied to clipboard
Creates a new GroundItemQuery
Link copied to clipboard
Creates a new InventoryQuery
Link copied to clipboard
Only match items that are bankable
Link copied to clipboard
Only match items that can be traded on the grand exchange
Link copied to clipboard
Only match items that are members only
Link copied to clipboard
Only match items that are not bankable
Link copied to clipboard
Only match items that cannot be traded on the grand exchange
Link copied to clipboard
Only match items that are not members only
Link copied to clipboard
Only match items that are not noted
Link copied to clipboard
Only match items that are not stackable
Link copied to clipboard
Only match items that are stackable
Link copied to clipboard
Creates a new ItemDefinitionQuery
Link copied to clipboard
Only match items that have at most the specified stack price (stack price = price * item stack).
Link copied to clipboard
Only match items that have at least the stack price (stack price = price * item stack).
Link copied to clipboard
Creates a new PlayerQuery
Link copied to clipboard
Creates a new ProjectileQuery
Link copied to clipboard
Creates a new ShopItemQuery
Link copied to clipboard
Orders the query by the specified comparator.
Link copied to clipboard
Only match entities who have the specified stack
Link copied to clipboard
Only match entities who do not have the specified stack
Link copied to clipboard
Only match entities whose stack size is within the specified min/max range
Link copied to clipboard
Returns this query as a stream.
Link copied to clipboard
Executes this query, and gets the results
Link copied to clipboard
Creates a new TradeQuery
Link copied to clipboard
Creates a new WidgetQuery
Link copied to clipboard
Creates a new WorldQuery