Class FriendListPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.friendlist.FriendListPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Friend List", description="Add extra information to the friend and ignore lists") public class FriendListPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description FriendListPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onChatMessage(ChatMessage message)
void
onMenuEntryAdded(MenuEntryAdded event)
void
onScriptPostFired(ScriptPostFired event)
void
setHideNotifications()
protected void
shutDown()
-
Methods inherited from class net.runelite.client.plugins.Plugin
configure, equals, getInjector, getName, hashCode, resetConfiguration, startUp
-
-
-
-
Method Detail
-
onScriptPostFired
@Subscribe public void onScriptPostFired(ScriptPostFired event)
-
onChatMessage
@Subscribe public void onChatMessage(ChatMessage message)
-
onMenuEntryAdded
@Subscribe public void onMenuEntryAdded(MenuEntryAdded event)
-
setHideNotifications
public void setHideNotifications()
-
-