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 interface
SelfTyped<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 class
Query<T,QB extends SelfTyped<QB>,QR extends QueryResults<T,QR>>
Represents aQuery
builderClasses in org.rspeer.game.query that implement SelfTyped Modifier and Type Class Description class
Query<T,QB extends SelfTyped<QB>,QR extends QueryResults<T,QR>>
Represents aQuery
builder -
Uses of SelfTyped in org.rspeer.game.query.component
Classes in org.rspeer.game.query.component that implement SelfTyped Modifier and Type Class Description class
ComponentQuery
class
ItemQuery
class
StockMarketTransactionQuery
class
WorldQuery
-
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 class
QueryResults<T,QR extends SelfTyped<QR>>
Classes in org.rspeer.game.query.results that implement SelfTyped Modifier and Type Class Description class
AssociateQueryResults<K extends RSAssociate,T extends Associate<K>>
class
ComponentQueryResults
class
FriendsChatUserQueryResults
class
ItemQueryResults
class
PartyUserQueryResults
class
QueryResults<T,QR extends SelfTyped<QR>>
class
RelationshipQueryResults<K extends RSChatter,T extends Chatter<K>>
class
SceneNodeQueryResults<T extends SceneNode>
class
StockMarketTransactionQueryResults
class
WorldQueryResults
-
Uses of SelfTyped in org.rspeer.game.query.scene
Classes in org.rspeer.game.query.scene that implement SelfTyped Modifier and Type Class Description class
EffectObjectQuery
class
HintArrowQuery
class
NpcQuery
class
PathingEntityQuery<P extends RSPathingEntity,T extends PathingEntity<P>,Q extends PathingEntityQuery<P,T,Q>>
class
PickableQuery
class
PlayerQuery
class
PositionQuery
class
ProjectileQuery
class
SceneNodeQuery<T extends SceneNode,Q extends SceneNodeQuery<T,Q>>
class
SceneObjectQuery
-
Uses of SelfTyped in org.rspeer.game.query.social
Classes in org.rspeer.game.query.social that implement SelfTyped Modifier and Type Class Description class
AssociateQuery<K extends RSAssociate,T extends Associate<K>>
class
FriendsChatUserQuery
class
PartyUserQuery
class
RelationshipQuery<K extends RSChatter,T extends Chatter<K>>
-