Class TimeTrackingPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.timetracking.TimeTrackingPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Time Tracking", description="Enable the Time Tracking panel, which contains timers, stopwatches, and farming and bird house trackers", tags={"birdhouse","farming","hunter","notifications","skilling","stopwatches","timers","panel"}) public class TimeTrackingPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description TimeTrackingPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onChatMessage(ChatMessage event)
void
onCommandExecuted(CommandExecuted commandExecuted)
void
onConfigChanged(ConfigChanged e)
void
onGameTick(GameTick t)
void
onRuneScapeProfileChanged(RuneScapeProfileChanged e)
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
-
onConfigChanged
@Subscribe public void onConfigChanged(ConfigChanged e)
-
onCommandExecuted
@Subscribe public void onCommandExecuted(CommandExecuted commandExecuted)
-
onGameTick
@Subscribe public void onGameTick(GameTick t)
-
onRuneScapeProfileChanged
@Subscribe public void onRuneScapeProfileChanged(RuneScapeProfileChanged e)
-
onChatMessage
@Subscribe public void onChatMessage(ChatMessage event)
-
-