runelite-client: recolor chat command messages when chatbox transparency changes

Support different colors for transparent chat boxes
This commit is contained in:
l2-
2017-11-10 13:46:16 -05:00
committed by Adam
parent ea6a650c1e
commit 7539e7b640
8 changed files with 359 additions and 68 deletions

View File

@@ -33,4 +33,8 @@ public interface MessageNode
String getValue();
void setValue(String value);
String getRuneLiteFormatMessage();
void setRuneLiteFormatMessage(String runeLiteFormatMessage);
}