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
checkCompletion()
void
onChatMessage(net.runelite.api.events.ChatMessage event)
void
onCommandExecuted(net.runelite.api.events.CommandExecuted commandExecuted)
void
onConfigChanged(ConfigChanged e)
void
onGameTick(net.runelite.api.events.GameTick t)
void
onRuneScapeProfileChanged(RuneScapeProfileChanged e)
protected void
shutDown()
protected void
startUp()
-
Methods inherited from class net.runelite.client.plugins.Plugin
configure, getInjector, getName, 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(net.runelite.api.events.CommandExecuted commandExecuted)
-
onGameTick
@Subscribe public void onGameTick(net.runelite.api.events.GameTick t)
-
onRuneScapeProfileChanged
@Subscribe public void onRuneScapeProfileChanged(RuneScapeProfileChanged e)
-
onChatMessage
@Subscribe public void onChatMessage(net.runelite.api.events.ChatMessage event)
-
checkCompletion
public void checkCompletion()
-
-