Package jag.game.relationship
Interface RSChatterContext<T extends RSChatter>
-
- All Superinterfaces:
RSProvider
- All Known Subinterfaces:
RSFriendListContext
,RSFriendsChatSystem
,RSIgnoreListContext
public interface RSChatterContext<T extends RSChatter> extends RSProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getCapacity()
T[]
getChatters()
int
getCount()
HashMap<RSNamePair,T>
getDisplayNameCache()
HashMap<RSNamePair,T>
getPreviousNameCache()
-
-
-
Method Detail
-
getChatters
T[] getChatters()
-
getDisplayNameCache
HashMap<RSNamePair,T> getDisplayNameCache()
-
getPreviousNameCache
HashMap<RSNamePair,T> getPreviousNameCache()
-
getCount
int getCount()
-
getCapacity
int getCapacity()
-
-