Package org.rspeer.game.query.social
Class PartyUserQuery
java.lang.Object
org.rspeer.game.query.Query<T,RelationshipQuery<K,T>,RelationshipQueryResults<K,T>>
org.rspeer.game.query.social.RelationshipQuery<RSPartyUser,PartyUser>
org.rspeer.game.query.social.PartyUserQuery
- All Implemented Interfaces:
Cloneable
,Predicate<PartyUser>
,SelfTyped<RelationshipQuery<RSPartyUser,
,PartyUser>> Nameable.Query<RelationshipQuery<RSPartyUser,
PartyUser>>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionranks
(PartyUser.Rank... ranks) self()
boolean
worlds
(int... worlds) Methods inherited from class org.rspeer.game.query.social.RelationshipQuery
aliases, getDefaultProvider, nameContains, names
-
Constructor Details
-
PartyUserQuery
-
-
Method Details
-
self
- Specified by:
self
in interfaceSelfTyped<RelationshipQuery<RSPartyUser,
PartyUser>> - Overrides:
self
in classRelationshipQuery<RSPartyUser,
PartyUser>
-
worlds
-
ranks
-
test
- Specified by:
test
in interfacePredicate<PartyUser>
- Overrides:
test
in classRelationshipQuery<RSPartyUser,
PartyUser>
-