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(GameStateChanged event)
void
showMap()
protected void
shutDown()
protected void
startUp()
-
Methods inherited from class net.runelite.client.plugins.Plugin
equals, getInjector, getName, hashCode, 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(GameStateChanged event)
-
showMap
public void showMap()
-
closeMap
public void closeMap()
-
ascendMap
public void ascendMap()
-
descendMap
public void descendMap()
-
-