Uses of Interface
org.rspeer.game.adapter.type.Nameable.Query
-
Packages that use Nameable.Query Package Description org.rspeer.game.adapter.type org.rspeer.game.query.component org.rspeer.game.query.scene org.rspeer.game.query.social -
-
Uses of Nameable.Query in org.rspeer.game.adapter.type
Classes in org.rspeer.game.adapter.type with type parameters of type Nameable.Query Modifier and Type Interface Description static interfaceNameable.Query<Q extends Nameable.Query<Q>> -
Uses of Nameable.Query in org.rspeer.game.query.component
Classes in org.rspeer.game.query.component that implement Nameable.Query Modifier and Type Class Description classItemQueryclassStockMarketTransactionQuery -
Uses of Nameable.Query in org.rspeer.game.query.scene
Classes in org.rspeer.game.query.scene that implement Nameable.Query Modifier and Type Class Description classNpcQueryclassPathingEntityQuery<P extends RSPathingEntity,T extends PathingEntity<P>,Q extends PathingEntityQuery<P,T,Q>>classPlayerQueryclassSceneObjectQuery -
Uses of Nameable.Query in org.rspeer.game.query.social
Classes in org.rspeer.game.query.social that implement Nameable.Query Modifier and Type Class Description classAssociateQuery<K extends RSAssociate,T extends Associate<K>>classFriendsChatUserQueryclassPartyUserQueryclassRelationshipQuery<K extends RSChatter,T extends Chatter<K>>
-