Class NotesPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.notes.NotesPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Notes", description="Enable the Notes panel", tags="panel", loadWhenOutdated=true) public class NotesPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description NotesPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onProfileChanged(ProfileChanged profileChanged)
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
-
onProfileChanged
@Subscribe public void onProfileChanged(ProfileChanged profileChanged)
-
-