Class TimestampPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.timestamp.TimestampPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Chat Timestamps", description="Add timestamps to chat messages", tags="timestamp", enabledByDefault=false) public class TimestampPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description TimestampPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SimpleDateFormat
getFormatter()
void
onConfigChanged(ConfigChanged event)
TimestampConfig
provideConfig(ConfigManager configManager)
protected void
shutDown()
protected void
startUp()
-
Methods inherited from class net.runelite.client.plugins.Plugin
configure, equals, getInjector, getName, hashCode, resetConfiguration
-
-
-
-
Method Detail
-
provideConfig
@Provides public TimestampConfig provideConfig(ConfigManager configManager)
-
startUp
protected void startUp() throws Exception
-
shutDown
protected void shutDown() throws Exception
-
onConfigChanged
@Subscribe public void onConfigChanged(ConfigChanged event)
-
getFormatter
public SimpleDateFormat getFormatter()
-
-