entity hider: add option to hide clan members

This commit is contained in:
Adam
2022-01-07 14:08:57 -05:00
parent b593a5167e
commit 6924802362
3 changed files with 28 additions and 8 deletions

View File

@@ -1584,6 +1584,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.
*