Package-level declarations
Types
Link copied to clipboard
interface ActionableQuery<EntityType : Actionable?, QueryType : Query<EntityType, QueryType>?> : Query<EntityType, QueryType>
A query to search over entities with actions
Link copied to clipboard
interface CharacterQuery<EntityType : Character?, QueryType : Query<EntityType, QueryType>?> : Query<EntityType, QueryType> , NamedQuery<EntityType, QueryType> , InteractableQuery<EntityType, QueryType> , IndexableQuery<EntityType, QueryType> , OrientableQuery<EntityType, QueryType>
A query to search over character entities
Link copied to clipboard
interface ClickableQuery<EntityType : Clickable?, QueryType : Query<EntityType, QueryType>?> : Query<EntityType, QueryType>
A query to search over clickable entities
Link copied to clipboard
open class EquipmentQuery : StreamBackedQuery<EquipmentItem, EquipmentQuery> , ItemQuery<EquipmentItem, EquipmentQuery>
A query to search over entities of type EquipmentItem which are equipped on your character
Link copied to clipboard
open class GameObjectQuery : StreamBackedQuery<GameObject, GameObjectQuery> , ActionableQuery<GameObject, GameObjectQuery> , InteractableQuery<GameObject, GameObjectQuery> , IdentifiableQuery<GameObject, GameObjectQuery> , NamedQuery<GameObject, GameObjectQuery> , OrientableQuery<GameObject, GameObjectQuery>
A query to search over entities of type GameObject
Link copied to clipboard
A query to search over entities of type GrandExchangeOffer
Link copied to clipboard
open class GraphicObjectQuery : StreamBackedQuery<GraphicObject, GraphicObjectQuery> , PositionableQuery<GraphicObject, GraphicObjectQuery> , IdentifiableQuery<GraphicObject, GraphicObjectQuery>
A query to search over entities of type GraphicObject
Link copied to clipboard
open class GroundItemQuery : StreamBackedQuery<GroundItem, GroundItemQuery> , ActionableQuery<GroundItem, GroundItemQuery> , InteractableQuery<GroundItem, GroundItemQuery> , IdentifiableQuery<GroundItem, GroundItemQuery> , NamedQuery<GroundItem, GroundItemQuery> , StackableItemDefinableQuery<GroundItem, GroundItemQuery>
A query to search over entities of type GroundItem
Link copied to clipboard
interface IdentifiableQuery<EntityType : Identifiable?, QueryType : Query<EntityType, QueryType>?> : Query<EntityType, QueryType>
Link copied to clipboard
interface IndexableQuery<EntityType : Indexable?, QueryType : Query<EntityType, QueryType>?> : Query<EntityType, QueryType>
Link copied to clipboard
interface InteractableQuery<EntityType : Interactable?, QueryType : Query<EntityType, QueryType>?> : PositionableQuery<EntityType, QueryType> , ClickableQuery<EntityType, QueryType>
Link copied to clipboard
open class InventoryQuery : StreamBackedQuery<InventoryItem, InventoryQuery> , ItemQuery<InventoryItem, InventoryQuery>
A query to search over entities of type InventoryItem located in your inventory
Link copied to clipboard
interface ItemDefinableQuery<EntityType : ItemDefinable?, QueryType : Query<EntityType, QueryType>?> : Query<EntityType, QueryType>
Link copied to clipboard
open class ItemDefinitionQuery : StreamBackedQuery<ItemDefinition, ItemDefinitionQuery> , Query<ItemDefinition, ItemDefinitionQuery> , IdentifiableQuery<ItemDefinition, ItemDefinitionQuery> , NamedQuery<ItemDefinition, ItemDefinitionQuery>
A query to search over item definitions
Link copied to clipboard
interface ItemQuery<EntityType : Item?, QueryType : Query<EntityType, QueryType>?> : ClickableQuery<EntityType, QueryType> , IdentifiableQuery<EntityType, QueryType> , NamedQuery<EntityType, QueryType> , IndexableQuery<EntityType, QueryType> , StackableItemDefinableQuery<EntityType, QueryType> , ActionableQuery<EntityType, QueryType>
Link copied to clipboard
interface NamedQuery<EntityType : Named?, QueryType : Query<EntityType, QueryType>?> : Query<EntityType, QueryType>
Link copied to clipboard
open class NpcQuery : StreamBackedQuery<Npc, NpcQuery> , CharacterQuery<Npc, NpcQuery> , IdentifiableQuery<Npc, NpcQuery> , ActionableQuery<Npc, NpcQuery>
A query to search over entities of type Npc
Link copied to clipboard
interface OrientableQuery<EntityType : Orientable?, QueryType : Query<EntityType, QueryType>?> : Query<EntityType, QueryType>
Link copied to clipboard
open class PlayerQuery : StreamBackedQuery<Player, PlayerQuery> , CharacterQuery<Player, PlayerQuery>
A query to search over entities of type Player
Link copied to clipboard
interface PositionableQuery<EntityType : Positionable?, QueryType : Query<EntityType, QueryType>?> : Query<EntityType, QueryType>
Link copied to clipboard
open class ProjectileQuery : StreamBackedQuery<Projectile, ProjectileQuery> , PositionableQuery<Projectile, ProjectileQuery>
A query to search over entities of type Projectile
Link copied to clipboard
An interface for querying entities.
Link copied to clipboard
A query to search over items available in the shop
Link copied to clipboard
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
Link copied to clipboard
interface StackableQuery<EntityType : Stackable?, QueryType : Query<EntityType, QueryType>?> : Query<EntityType, QueryType>
A query to search over Stackable entities
Link copied to clipboard
open class TileQuery : StreamBackedQuery<LocalTile, TileQuery> , InteractableQuery<LocalTile, TileQuery>
A query to search over tiles in the local region
Link copied to clipboard
A query for searching over items in the trade screen.
Link copied to clipboard
open class WidgetItemQuery : StreamBackedQuery<Item, WidgetItemQuery> , ItemQuery<Item, WidgetItemQuery>
A query to search over items listed inside of an Widget.
Link copied to clipboard
open class WidgetQuery : StreamBackedQuery<Widget, WidgetQuery> , ActionableQuery<Widget, WidgetQuery> , ClickableQuery<Widget, WidgetQuery> , IndexableQuery<Widget, WidgetQuery>
A query to search over entities of type Widget
Link copied to clipboard
A query to search over all available game worlds