Package jag.game.relationship
Interface RSChatter
-
- All Superinterfaces:
RSProvider
- All Known Subinterfaces:
RSAssociate
,RSBefriendedPlayer
,RSFriendsChatUser
,RSIgnoredPlayer
,RSPartyUser
public interface RSChatter extends RSProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RSNamePair
getDisplayName()
RSNamePair
getPreviousName()
-
-
-
Method Detail
-
getDisplayName
RSNamePair getDisplayName()
-
getPreviousName
RSNamePair getPreviousName()
-
-