Package jag.game.relationship
Interface RSChatterContext<T extends RSChatter>
- All Superinterfaces:
RSProvider
- All Known Subinterfaces:
RSFriendListContext
,RSFriendsChatSystem
,RSIgnoreListContext
-
Method Details
-
getChatters
T[] getChatters() -
getDisplayNameCache
HashMap<RSNamePair,T> getDisplayNameCache() -
getPreviousNameCache
HashMap<RSNamePair,T> getPreviousNameCache() -
getCount
int getCount() -
getCapacity
int getCapacity()
-