Class HiscorePlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.hiscore.HiscorePlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="HiScore", description="Enable the HiScore panel and an optional Lookup option on players", tags={"panel","players"}, loadWhenOutdated=true) public class HiscorePlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description HiscorePlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onChatMessage(net.runelite.api.events.ChatMessage event)
void
onConfigChanged(ConfigChanged event)
void
onMenuEntryAdded(net.runelite.api.events.MenuEntryAdded event)
void
onPlayerMenuOptionClicked(net.runelite.api.events.PlayerMenuOptionClicked event)
protected void
shutDown()
protected void
startUp()
-
Methods inherited from class net.runelite.client.plugins.Plugin
configure, getInjector, getName, 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(net.runelite.api.events.MenuEntryAdded event)
-
onPlayerMenuOptionClicked
@Subscribe public void onPlayerMenuOptionClicked(net.runelite.api.events.PlayerMenuOptionClicked event)
-
onChatMessage
@Subscribe public void onChatMessage(net.runelite.api.events.ChatMessage event)
-
-