Class FriendNotesPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.friendnotes.FriendNotesPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Friend Notes", description="Store notes about your friends") public class FriendNotesPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description FriendNotesPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.runelite.client.plugins.friendnotes.HoveredFriend
getHoveredFriend()
void
onConfigChanged(ConfigChanged event)
void
onMenuEntryAdded(MenuEntryAdded event)
void
onNameableNameChanged(NameableNameChanged event)
void
onRemovedFriend(RemovedFriend event)
void
onScriptCallbackEvent(ScriptCallbackEvent event)
protected void
shutDown()
protected void
startUp()
-
Methods inherited from class net.runelite.client.plugins.Plugin
configure, equals, getInjector, getName, hashCode, resetConfiguration
-
-
-
-
Method Detail
-
startUp
protected void startUp() throws Exception
-
shutDown
protected void shutDown() throws Exception
-
onConfigChanged
@Subscribe public void onConfigChanged(ConfigChanged event)
-
onMenuEntryAdded
@Subscribe public void onMenuEntryAdded(MenuEntryAdded event)
-
onNameableNameChanged
@Subscribe public void onNameableNameChanged(NameableNameChanged event)
-
onRemovedFriend
@Subscribe public void onRemovedFriend(RemovedFriend event)
-
onScriptCallbackEvent
@Subscribe public void onScriptCallbackEvent(ScriptCallbackEvent event)
-
getHoveredFriend
public net.runelite.client.plugins.friendnotes.HoveredFriend getHoveredFriend()
-
-