Uses of Class
org.rspeer.game.query.social.AssociateQuery
-
Packages that use AssociateQuery Package Description org.rspeer.game.query.social org.rspeer.game.social -
-
Uses of AssociateQuery in org.rspeer.game.query.social
Subclasses of AssociateQuery in org.rspeer.game.query.social Modifier and Type Class Description class
FriendsChatUserQuery
Methods in org.rspeer.game.query.social that return AssociateQuery Modifier and Type Method Description AssociateQuery<K,T>
AssociateQuery. self()
AssociateQuery<K,T>
AssociateQuery. worlds(int... worlds)
-
Uses of AssociateQuery in org.rspeer.game.social
Methods in org.rspeer.game.social that return AssociateQuery Modifier and Type Method Description static AssociateQuery<RSBefriendedPlayer,Associate<RSBefriendedPlayer>>
Relationships. friends()
-