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 void
onConfigChanged(ConfigChanged event)
void
onGameStateChanged(GameStateChanged gameStateChanged)
void
onMenuEntryAdded(MenuEntryAdded event)
void
onProfileChanged(ProfileChanged profileChanged)
void
shutDown()
void
startUp()
-
Methods inherited from class net.runelite.client.plugins.Plugin
configure, equals, getInjector, getName, hashCode, resetConfiguration
-
-
-
-
Method Detail
-
onProfileChanged
@Subscribe public void onProfileChanged(ProfileChanged profileChanged)
-
onGameStateChanged
@Subscribe public void onGameStateChanged(GameStateChanged gameStateChanged)
-
onMenuEntryAdded
@Subscribe public void onMenuEntryAdded(MenuEntryAdded event)
-
onConfigChanged
@Subscribe public void onConfigChanged(ConfigChanged event)
-
-