entityhider: Allow hiding of specific players. (#1507)

This commit is contained in:
Ganom
2019-09-01 12:39:54 -04:00
committed by GitHub
parent 3e10c06bb1
commit 5a429b7070
5 changed files with 46 additions and 3 deletions

View File

@@ -1492,6 +1492,13 @@ public interface Client extends GameShell
*/
void setAttackersHidden(boolean state);
/**
* Hides players input here.
*
* @param names the names of the players
*/
void setHideSpecificPlayers(List<String> names);
/**
* Sets whether projectiles are hidden.
*