Class TimersAndBuffsPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.timersandbuffs.TimersAndBuffsPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Timers & Buffs", configName="TimersPlugin", description="Show various timers and buffs in an infobox", tags={"combat","items","magic","potions","prayer","overlay","abyssal","sire","inferno","fight","caves","cape","timer","tzhaar","thieving","pickpocket","hunter","impling","puro","buff"}) public class TimersAndBuffsPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description TimersAndBuffsPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onActorDeath(ActorDeath actorDeath)
void
onChatMessage(ChatMessage event)
void
onConfigChanged(ConfigChanged event)
void
onGameStateChanged(GameStateChanged gameStateChanged)
void
onGameTick(GameTick event)
void
onGraphicChanged(GraphicChanged event)
void
onItemContainerChanged(ItemContainerChanged itemContainerChanged)
Remove SOTD timer when equipment is changed.void
onNpcDespawned(NpcDespawned npcDespawned)
void
onVarbitChanged(VarbitChanged event)
protected void
shutDown()
void
startUp()
-
Methods inherited from class net.runelite.client.plugins.Plugin
configure, equals, getInjector, getName, hashCode, resetConfiguration
-
-
-
-
Method Detail
-
shutDown
protected void shutDown() throws Exception
-
onVarbitChanged
@Subscribe public void onVarbitChanged(VarbitChanged event)
-
onConfigChanged
@Subscribe public void onConfigChanged(ConfigChanged event)
-
onChatMessage
@Subscribe public void onChatMessage(ChatMessage event)
-
onGameTick
@Subscribe public void onGameTick(GameTick event)
-
onGameStateChanged
@Subscribe public void onGameStateChanged(GameStateChanged gameStateChanged)
-
onGraphicChanged
@Subscribe public void onGraphicChanged(GraphicChanged event)
-
onItemContainerChanged
@Subscribe public void onItemContainerChanged(ItemContainerChanged itemContainerChanged)
Remove SOTD timer when equipment is changed.
-
onNpcDespawned
@Subscribe public void onNpcDespawned(NpcDespawned npcDespawned)
-
onActorDeath
@Subscribe public void onActorDeath(ActorDeath actorDeath)
-
-