Uses of Class
org.rspeer.game.adapter.social.PartyUser.Rank
-
Packages that use PartyUser.Rank Package Description org.rspeer.game.adapter.social org.rspeer.game.query.social org.rspeer.game.social -
-
Uses of PartyUser.Rank in org.rspeer.game.adapter.social
Methods in org.rspeer.game.adapter.social that return PartyUser.Rank Modifier and Type Method Description PartyUser.Rank
PartyUser. getRank()
static PartyUser.Rank
PartyUser.Rank. valueOf(byte id)
Returns the enum constant of this type with the specified name.static PartyUser.Rank
PartyUser.Rank. valueOf(String name)
Returns the enum constant of this type with the specified name.static PartyUser.Rank[]
PartyUser.Rank. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PartyUser.Rank in org.rspeer.game.query.social
Methods in org.rspeer.game.query.social with parameters of type PartyUser.Rank Modifier and Type Method Description PartyUserQuery
PartyUserQuery. ranks(PartyUser.Rank... ranks)
-
Uses of PartyUser.Rank in org.rspeer.game.social
Methods in org.rspeer.game.social that return PartyUser.Rank Modifier and Type Method Description PartyUser.Rank
Relationships.Party. getKickRank()
PartyUser.Rank
Relationships.Party. getTalkRank()
-