Package jag.game.relationship
Interface RSPartyUser
-
- All Superinterfaces:
RSChatter
,RSProvider
public interface RSPartyUser extends RSChatter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description RSNamePair
getDisplayName()
default RSNamePair
getPreviousName()
byte
getRank()
int
getWorld()
-
-
-
Method Detail
-
getWorld
int getWorld()
-
getRank
byte getRank()
-
getDisplayName
RSNamePair getDisplayName()
- Specified by:
getDisplayName
in interfaceRSChatter
-
getPreviousName
default RSNamePair getPreviousName()
- Specified by:
getPreviousName
in interfaceRSChatter
-
-