Uses of Class
org.rspeer.game.query.social.RelationshipQuery
-
Packages that use RelationshipQuery Package Description org.rspeer.game.query.social org.rspeer.game.social -
-
Uses of RelationshipQuery in org.rspeer.game.query.social
Subclasses of RelationshipQuery in org.rspeer.game.query.social Modifier and Type Class Description class
AssociateQuery<K extends RSAssociate,T extends Associate<K>>
class
FriendsChatUserQuery
class
PartyUserQuery
Methods in org.rspeer.game.query.social that return RelationshipQuery Modifier and Type Method Description RelationshipQuery<K,T>
RelationshipQuery. aliases(String... aliases)
RelationshipQuery<K,T>
RelationshipQuery. nameContains(String... names)
RelationshipQuery<K,T>
RelationshipQuery. names(String... names)
RelationshipQuery<K,T>
RelationshipQuery. self()
-
Uses of RelationshipQuery in org.rspeer.game.social
Methods in org.rspeer.game.social that return RelationshipQuery Modifier and Type Method Description static RelationshipQuery<RSIgnoredPlayer,Chatter<RSIgnoredPlayer>>
Relationships. ignores()
-