Class WorldMapPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.worldmap.WorldMapPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="World Map", description="Enhance the world map to display additional information", tags={"agility","dungeon","fairy","farming","rings","teleports"}) public class WorldMapPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description WorldMapPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onClientTick(ClientTick clientTick)
void
onConfigChanged(ConfigChanged event)
void
onScriptPostFired(ScriptPostFired scriptPostFired)
void
onStatChanged(StatChanged statChanged)
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)
-
onStatChanged
@Subscribe public void onStatChanged(StatChanged statChanged)
-
onScriptPostFired
@Subscribe public void onScriptPostFired(ScriptPostFired scriptPostFired)
-
onClientTick
@Subscribe public void onClientTick(ClientTick clientTick)
-
-