player indicators plugin: change color of menus
This commit is contained in:
@@ -41,6 +41,8 @@ public interface Client extends GameEngine
|
||||
|
||||
NPC[] getCachedNPCs();
|
||||
|
||||
Player[] getCachedPlayers();
|
||||
|
||||
int getBoostedSkillLevel(Skill skill);
|
||||
|
||||
int getRealSkillLevel(Skill skill);
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user