Class GroundMarkerPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.groundmarkers.GroundMarkerPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Ground Markers", description="Enable marking of tiles using the Shift key", tags={"overlay","tiles"}) public class GroundMarkerPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description GroundMarkerPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonConfigChanged(ConfigChanged event)voidonMenuEntryAdded(net.runelite.api.events.MenuEntryAdded event)voidonProfileChanged(ProfileChanged profileChanged)voidonWorldViewLoaded(net.runelite.api.events.WorldViewLoaded event)voidonWorldViewUnloaded(net.runelite.api.events.WorldViewUnloaded event)voidshutDown()voidstartUp()-
Methods inherited from class net.runelite.client.plugins.Plugin
configure, equals, getInjector, getName, hashCode, resetConfiguration
-
-
-
-
Method Detail
-
onProfileChanged
@Subscribe public void onProfileChanged(ProfileChanged profileChanged)
-
onWorldViewLoaded
@Subscribe public void onWorldViewLoaded(net.runelite.api.events.WorldViewLoaded event)
-
onWorldViewUnloaded
@Subscribe public void onWorldViewUnloaded(net.runelite.api.events.WorldViewUnloaded event)
-
onMenuEntryAdded
@Subscribe public void onMenuEntryAdded(net.runelite.api.events.MenuEntryAdded event)
-
onConfigChanged
@Subscribe public void onConfigChanged(ConfigChanged event)
-
-