Merge pull request #627 from f0rmatme/hide_npcs_basedonname
Added NPC hider based on name
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user