Class AgilityPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.agility.AgilityPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Agility", description="Show helpful information about agility courses and obstacles", tags={"grace","marks","overlay","shortcuts","skilling","traps","sepulchre"}) @PluginDependency(XpTrackerPlugin.class) public class AgilityPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description AgilityPlugin()
-
Method Summary
-
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
-
onGameStateChanged
@Subscribe public void onGameStateChanged(GameStateChanged event)
-
onConfigChanged
@Subscribe public void onConfigChanged(ConfigChanged event)
-
onVarbitChanged
@Subscribe public void onVarbitChanged(VarbitChanged event)
-
onStatChanged
@Subscribe public void onStatChanged(StatChanged statChanged)
-
onItemSpawned
@Subscribe public void onItemSpawned(ItemSpawned itemSpawned)
-
onItemDespawned
@Subscribe public void onItemDespawned(ItemDespawned itemDespawned)
-
onGameTick
@Subscribe public void onGameTick(GameTick tick)
-
onGameObjectSpawned
@Subscribe public void onGameObjectSpawned(GameObjectSpawned event)
-
onGameObjectDespawned
@Subscribe public void onGameObjectDespawned(GameObjectDespawned event)
-
onGroundObjectSpawned
@Subscribe public void onGroundObjectSpawned(GroundObjectSpawned event)
-
onGroundObjectDespawned
@Subscribe public void onGroundObjectDespawned(GroundObjectDespawned event)
-
onWallObjectSpawned
@Subscribe public void onWallObjectSpawned(WallObjectSpawned event)
-
onWallObjectDespawned
@Subscribe public void onWallObjectDespawned(WallObjectDespawned event)
-
onDecorativeObjectSpawned
@Subscribe public void onDecorativeObjectSpawned(DecorativeObjectSpawned event)
-
onDecorativeObjectDespawned
@Subscribe public void onDecorativeObjectDespawned(DecorativeObjectDespawned event)
-
onNpcSpawned
@Subscribe public void onNpcSpawned(NpcSpawned npcSpawned)
-
onNpcDespawned
@Subscribe public void onNpcDespawned(NpcDespawned npcDespawned)
-
getObstacles
public Map<TileObject,net.runelite.client.plugins.agility.Obstacle> getObstacles()
-
getSession
public net.runelite.client.plugins.agility.AgilitySession getSession()
-
getAgilityLevel
public int getAgilityLevel()
-
-