Package net.runelite.client.plugins.feed
Class FeedPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.feed.FeedPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="News Feed", description="Show the latest RuneLite blog posts, OSRS news, and JMod Twitter posts", tags={"external","integration","panel","twitter"}, loadWhenOutdated=true) public class FeedPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description FeedPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
configure(com.google.inject.Binder binder)
void
onConfigChanged(ConfigChanged event)
protected void
shutDown()
protected void
startUp()
void
updateFeedTask()
-
Methods inherited from class net.runelite.client.plugins.Plugin
equals, getInjector, getName, hashCode, resetConfiguration
-
-
-
-
Method Detail
-
configure
public void configure(com.google.inject.Binder binder)
-
startUp
protected void startUp() throws java.lang.Exception
-
shutDown
protected void shutDown() throws java.lang.Exception
-
onConfigChanged
@Subscribe public void onConfigChanged(ConfigChanged event)
-
updateFeedTask
public void updateFeedTask()
-
-