Class InstanceMapPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.instancemap.InstanceMapPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Instance Map", description="Add an instanced map, accessible by right-clicking the map button") public class InstanceMapPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description InstanceMapPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
ascendMap()
void
closeMap()
void
configure(com.google.inject.Binder binder)
void
descendMap()
void
onGameStateChanged(net.runelite.api.events.GameStateChanged event)
void
onWidgetMenuOptionClicked(net.runelite.api.events.WidgetMenuOptionClicked event)
void
showMap()
protected void
shutDown()
protected void
startUp()
-
Methods inherited from class net.runelite.client.plugins.Plugin
getInjector, getName, resetConfiguration
-
-
-
-
Method Detail
-
configure
public void configure(com.google.inject.Binder binder)
-
startUp
protected void startUp() throws Exception
-
shutDown
protected void shutDown() throws Exception
-
onGameStateChanged
@Subscribe public void onGameStateChanged(net.runelite.api.events.GameStateChanged event)
-
onWidgetMenuOptionClicked
@Subscribe public void onWidgetMenuOptionClicked(net.runelite.api.events.WidgetMenuOptionClicked event)
-
showMap
public void showMap()
-
closeMap
public void closeMap()
-
ascendMap
public void ascendMap()
-
descendMap
public void descendMap()
-
-