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 voidonGameStateChanged(net.runelite.api.events.GameStateChanged event)voidonGameTick(net.runelite.api.events.GameTick gameTick)voidonVarbitChanged(net.runelite.api.events.VarbitChanged event)protected voidshutDown()-
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(net.runelite.api.events.VarbitChanged event)
-
onGameStateChanged
@Subscribe public void onGameStateChanged(net.runelite.api.events.GameStateChanged event)
-
onGameTick
@Subscribe public void onGameTick(net.runelite.api.events.GameTick gameTick)
-
-