Class BlastFurnacePlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.blastfurnace.BlastFurnacePlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Blast Furnace", description="Show helpful information for the Blast Furnace minigame", tags={"minigame","overlay","skilling","smithing"}) public class BlastFurnacePlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description BlastFurnacePlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onGameObjectDespawned(GameObjectDespawned event)
void
onGameObjectSpawned(GameObjectSpawned event)
void
onGameStateChanged(GameStateChanged event)
void
onGameTick(GameTick event)
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
-
onGameObjectSpawned
@Subscribe public void onGameObjectSpawned(GameObjectSpawned event)
-
onGameObjectDespawned
@Subscribe public void onGameObjectDespawned(GameObjectDespawned event)
-
onGameStateChanged
@Subscribe public void onGameStateChanged(GameStateChanged event)
-
onGameTick
@Subscribe public void onGameTick(GameTick event)
-
-