Package org.rspeer.game.social
Class Relationships.Party
- java.lang.Object
-
- org.rspeer.game.social.Relationships.Party
-
- Enclosing class:
- Relationships
public static class Relationships.Party extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getBanCount()
PartyUser.Rank
getKickRank()
String
getName()
int
getSize(boolean includeOffline)
PartyUser.Rank
getTalkRank()
boolean
isAllowingGuests()
PartyUserQuery
users()
-
-
-
Method Detail
-
getName
public String getName()
-
users
public PartyUserQuery users()
-
getKickRank
public PartyUser.Rank getKickRank()
-
getTalkRank
public PartyUser.Rank getTalkRank()
-
getSize
public int getSize(boolean includeOffline)
-
getBanCount
public int getBanCount()
-
isAllowingGuests
public boolean isAllowingGuests()
-
-