Uses of Interface
jag.game.relationship.RSChatter
-
Packages that use RSChatter Package Description jag.game.relationship org.rspeer.game.adapter.social org.rspeer.game.query.results org.rspeer.game.query.social -
-
Uses of RSChatter in jag.game.relationship
Classes in jag.game.relationship with type parameters of type RSChatter Modifier and Type Interface Description interface
RSChatterContext<T extends RSChatter>
Subinterfaces of RSChatter in jag.game.relationship Modifier and Type Interface Description interface
RSAssociate
interface
RSBefriendedPlayer
interface
RSFriendsChatUser
interface
RSIgnoredPlayer
interface
RSPartyUser
Methods in jag.game.relationship that return RSChatter Modifier and Type Method Description T[]
RSChatterContext. getChatters()
-
Uses of RSChatter in org.rspeer.game.adapter.social
Classes in org.rspeer.game.adapter.social with type parameters of type RSChatter Modifier and Type Class Description class
Chatter<T extends RSChatter>
-
Uses of RSChatter in org.rspeer.game.query.results
Classes in org.rspeer.game.query.results with type parameters of type RSChatter Modifier and Type Class Description class
RelationshipQueryResults<K extends RSChatter,T extends Chatter<K>>
-
Uses of RSChatter in org.rspeer.game.query.social
Classes in org.rspeer.game.query.social with type parameters of type RSChatter Modifier and Type Class Description class
RelationshipQuery<K extends RSChatter,T extends Chatter<K>>
-