Class ChatNotificationsPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.chatnotifications.ChatNotificationsPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Chat Notifications", description="Highlight and notify you of chat messages", tags={"duel","messages","notifications","trade","username"}, enabledByDefault=false) public class ChatNotificationsPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description ChatNotificationsPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onChatMessage(ChatMessage chatMessage)
void
onConfigChanged(ConfigChanged event)
void
onGameStateChanged(GameStateChanged event)
protected void
shutDown()
void
startUp()
-
Methods inherited from class net.runelite.client.plugins.Plugin
configure, equals, getInjector, getName, hashCode, resetConfiguration
-
-
-
-
Method Detail
-
onGameStateChanged
@Subscribe public void onGameStateChanged(GameStateChanged event)
-
onConfigChanged
@Subscribe public void onConfigChanged(ConfigChanged event)
-
onChatMessage
@Subscribe public void onChatMessage(ChatMessage chatMessage)
-
-