api: add methods to get clan owner and chat name

Co-authored-by: trimbe <benno.tremback@gmail.com>
This commit is contained in:
Adam
2019-03-02 18:59:13 -05:00
parent facf438b50
commit e5f9db4fb4
3 changed files with 34 additions and 0 deletions

View File

@@ -1055,6 +1055,20 @@ public interface Client extends GameEngine
*/
ClanMember[] getClanMembers();
/**
* Gets the clan owner of the currently joined clan chat
*
* @return
*/
String getClanOwner();
/**
* Gets the clan chat name of the currently joined clan chat
*
* @return
*/
String getClanChatName();
/**
* Gets an array of players in the friends list.
*