NPC hider based on name

This commit is contained in:
James Munson
2019-06-15 16:00:36 -07:00
parent 4d3b7b2510
commit 844089ae2e
5 changed files with 44 additions and 1 deletions

View File

@@ -1426,6 +1426,13 @@ public interface Client extends GameShell
*/
void setNPCsHidden(boolean state);
/**
* Sets which NPCs are hidden
*
* @param names the names of the npcs seperated by ','
*/
void setNPCsNames(String names);
/**
* Sets whether 2D sprites (ie. overhead prayers) related to
* the NPCs are hidden.