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"}) public class HiscorePlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description HiscorePlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HiscoreEndpointgetLocalHiscoreEndpoint()voidonChatMessage(net.runelite.api.events.ChatMessage event)voidonConfigChanged(ConfigChanged event)voidonMenuEntryAdded(net.runelite.api.events.MenuEntryAdded event)voidonMenuOptionClicked(net.runelite.api.events.MenuOptionClicked event)voidonVarbitChanged(net.runelite.api.events.VarbitChanged event)protected voidshutDown()protected voidstartUp()-
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(net.runelite.api.events.MenuEntryAdded event)
-
onMenuOptionClicked
@Subscribe public void onMenuOptionClicked(net.runelite.api.events.MenuOptionClicked event)
-
onChatMessage
@Subscribe public void onChatMessage(net.runelite.api.events.ChatMessage event)
-
onVarbitChanged
@Subscribe public void onVarbitChanged(net.runelite.api.events.VarbitChanged event)
-
getLocalHiscoreEndpoint
public HiscoreEndpoint getLocalHiscoreEndpoint()
-
-