player indicators plugin: change color of menus

This commit is contained in:
Adam
2018-04-01 13:56:33 -04:00
parent c0bec73e5c
commit fac507c7e8
5 changed files with 121 additions and 1 deletions

View File

@@ -41,6 +41,8 @@ public interface Client extends GameEngine
NPC[] getCachedNPCs();
Player[] getCachedPlayers();
int getBoostedSkillLevel(Skill skill);
int getRealSkillLevel(Skill skill);

View File

@@ -254,6 +254,9 @@ public enum MenuAction
* Menu action injected by runelite for its menu items.
*/
RUNELITE(1500),
FOLLOW(2046),
TRADE(2047),
/**
* Menu action triggered when the id is not defined in this class.