Class ReportButtonPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.reportbutton.ReportButtonPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Report Button", description="Replace the text on the Report button with the current time", tags={"time","utc","clock"}) public class ReportButtonPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description ReportButtonPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onConfigChanged(ConfigChanged event)
void
onGameStateChanged(GameStateChanged event)
void
onGameTick(GameTick tick)
void
shutDown()
void
startUp()
void
updateSchedule()
-
Methods inherited from class net.runelite.client.plugins.Plugin
configure, equals, getInjector, getName, hashCode, resetConfiguration
-
-
-
-
Method Detail
-
onGameStateChanged
@Subscribe public void onGameStateChanged(GameStateChanged event)
-
onGameTick
@Subscribe public void onGameTick(GameTick tick)
-
onConfigChanged
@Subscribe public void onConfigChanged(ConfigChanged event)
-
updateSchedule
public void updateSchedule()
-
-