This commit is contained in:
zjustin
2022-01-10 06:51:37 +11:00
9 changed files with 68 additions and 25 deletions

View File

@@ -1682,6 +1682,13 @@ public interface Client extends GameEngine
*/
void setFriendsChatMembersHidden(boolean state);
/**
* Sets whether or not clan members are hidden.
*
* @param state the new clan chat member hidden state
*/
void setClanChatMembersHidden(boolean state);
/**
* Sets whether or not ignored players are hidden.
*