Class ConfigPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.config.ConfigPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Configuration", loadWhenOutdated=true, hidden=true) public class ConfigPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description ConfigPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onOverlayMenuClicked(OverlayMenuClicked overlayMenuClicked)
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
-
onOverlayMenuClicked
@Subscribe public void onOverlayMenuClicked(OverlayMenuClicked overlayMenuClicked)
-
-