api: expose chat messages hashtable
This commit is contained in:
@@ -808,6 +808,13 @@ public interface Client extends GameEngine
|
||||
*/
|
||||
Map<Integer, ChatLineBuffer> getChatLineMap();
|
||||
|
||||
/**
|
||||
* Map of message node id to message node
|
||||
*
|
||||
* @return the map
|
||||
*/
|
||||
IterableHashTable getMessages();
|
||||
|
||||
/**
|
||||
* Gets the viewport widget.
|
||||
* <p>
|
||||
|
||||
Reference in New Issue
Block a user