Class KingdomPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.kingdomofmiscellania.KingdomPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Kingdom of Miscellania", description="Show amount of approval when inside Miscellania", tags={"favor","favour","managing","overlay","approval","coffer"}, enabledByDefault=false) public class KingdomPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description KingdomPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onGameStateChanged(GameStateChanged event)
void
onGameTick(GameTick gameTick)
void
onVarbitChanged(VarbitChanged event)
protected void
shutDown()
-
Methods inherited from class net.runelite.client.plugins.Plugin
configure, equals, getInjector, getName, hashCode, resetConfiguration, startUp
-
-
-
-
Method Detail
-
shutDown
protected void shutDown() throws Exception
-
onVarbitChanged
@Subscribe public void onVarbitChanged(VarbitChanged event)
-
onGameStateChanged
@Subscribe public void onGameStateChanged(GameStateChanged event)
-
onGameTick
@Subscribe public void onGameTick(GameTick gameTick)
-
-