Uses of Interface
org.rspeer.commons.typing.SelfTyped
-
Packages that use SelfTyped Package Description org.rspeer.commons.typing org.rspeer.game.query org.rspeer.game.query.component org.rspeer.game.query.results org.rspeer.game.query.scene org.rspeer.game.query.social -
-
Uses of SelfTyped in org.rspeer.commons.typing
Classes in org.rspeer.commons.typing with type parameters of type SelfTyped Modifier and Type Interface Description interfaceSelfTyped<SELF extends SelfTyped<SELF>> -
Uses of SelfTyped in org.rspeer.game.query
Classes in org.rspeer.game.query with type parameters of type SelfTyped Modifier and Type Class Description classQuery<T,QB extends SelfTyped<QB>,QR extends QueryResults<T,QR>>Represents aQuerybuilderClasses in org.rspeer.game.query that implement SelfTyped Modifier and Type Class Description classQuery<T,QB extends SelfTyped<QB>,QR extends QueryResults<T,QR>>Represents aQuerybuilder -
Uses of SelfTyped in org.rspeer.game.query.component
Classes in org.rspeer.game.query.component that implement SelfTyped Modifier and Type Class Description classComponentQueryclassItemQueryclassStockMarketTransactionQueryclassWorldQuery -
Uses of SelfTyped in org.rspeer.game.query.results
Classes in org.rspeer.game.query.results with type parameters of type SelfTyped Modifier and Type Class Description classQueryResults<T,QR extends SelfTyped<QR>>Classes in org.rspeer.game.query.results that implement SelfTyped Modifier and Type Class Description classAssociateQueryResults<K extends RSAssociate,T extends Associate<K>>classComponentQueryResultsclassFriendsChatUserQueryResultsclassItemQueryResultsclassPartyUserQueryResultsclassQueryResults<T,QR extends SelfTyped<QR>>classRelationshipQueryResults<K extends RSChatter,T extends Chatter<K>>classSceneNodeQueryResults<T extends SceneNode>classSceneObjectQueryResultsclassStockMarketTransactionQueryResultsclassWorldQueryResults -
Uses of SelfTyped in org.rspeer.game.query.scene
Classes in org.rspeer.game.query.scene that implement SelfTyped Modifier and Type Class Description classEffectObjectQueryclassHintArrowQueryclassNpcQueryclassPathingEntityQuery<P extends RSPathingEntity,T extends PathingEntity<P>,Q extends PathingEntityQuery<P,T,Q>>classPickableQueryclassPlayerQueryclassPositionQueryclassProjectileQueryclassSceneNodeQuery<T extends SceneNode,Q extends SceneNodeQuery<T,Q>>classSceneObjectQuery -
Uses of SelfTyped in org.rspeer.game.query.social
Classes in org.rspeer.game.query.social that implement SelfTyped Modifier and Type Class Description classAssociateQuery<K extends RSAssociate,T extends Associate<K>>classFriendsChatUserQueryclassPartyUserQueryclassRelationshipQuery<K extends RSChatter,T extends Chatter<K>>
-