Class TearsOfGuthixPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.tearsofguthix.TearsOfGuthixPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Tears Of Guthix", description="Show timers for the Tears Of Guthix streams", tags={"minigame","overlay","skilling","timers","tog"}) public class TearsOfGuthixPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description TearsOfGuthixPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<DecorativeObject,Instant>
getStreams()
void
onDecorativeObjectDespawned(DecorativeObjectDespawned event)
void
onDecorativeObjectSpawned(DecorativeObjectSpawned event)
void
onGameStateChanged(GameStateChanged event)
protected void
shutDown()
protected void
startUp()
-
Methods inherited from class net.runelite.client.plugins.Plugin
configure, equals, getInjector, getName, hashCode, resetConfiguration
-
-
-
-
Method Detail
-
onGameStateChanged
@Subscribe public void onGameStateChanged(GameStateChanged event)
-
onDecorativeObjectSpawned
@Subscribe public void onDecorativeObjectSpawned(DecorativeObjectSpawned event)
-
onDecorativeObjectDespawned
@Subscribe public void onDecorativeObjectDespawned(DecorativeObjectDespawned event)
-
getStreams
public Map<DecorativeObject,Instant> getStreams()
-
-