Class BlastMinePlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.blastmine.BlastMinePlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Blast Mine", description="Show helpful information for the Blast Mine minigame", tags={"explode","explosive","mining","minigame","skilling"}) public class BlastMinePlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description BlastMinePlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<WorldPoint,net.runelite.client.plugins.blastmine.BlastMineRock>
getRocks()
void
onGameObjectSpawned(GameObjectSpawned event)
void
onGameStateChanged(GameStateChanged event)
void
onGameTick(GameTick gameTick)
protected void
shutDown()
protected void
startUp()
-
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
-
onGameObjectSpawned
@Subscribe public void onGameObjectSpawned(GameObjectSpawned event)
-
onGameStateChanged
@Subscribe public void onGameStateChanged(GameStateChanged event)
-
onGameTick
@Subscribe public void onGameTick(GameTick gameTick)
-
getRocks
public Map<WorldPoint,net.runelite.client.plugins.blastmine.BlastMineRock> getRocks()
-
-