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