Uses of Class
org.rspeer.game.adapter.social.FriendsChatUser
-
Packages that use FriendsChatUser Package Description org.rspeer.game.query.results org.rspeer.game.query.social -
-
Uses of FriendsChatUser in org.rspeer.game.query.results
Constructor parameters in org.rspeer.game.query.results with type arguments of type FriendsChatUser Constructor Description FriendsChatUserQueryResults(Collection<FriendsChatUser> results)
-
Uses of FriendsChatUser in org.rspeer.game.query.social
Methods in org.rspeer.game.query.social with parameters of type FriendsChatUser Modifier and Type Method Description boolean
FriendsChatUserQuery. test(FriendsChatUser user)
Constructor parameters in org.rspeer.game.query.social with type arguments of type FriendsChatUser Constructor Description FriendsChatUserQuery(Supplier<List<FriendsChatUser>> provider)
-