Class KourendLibraryPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.kourendlibrary.KourendLibraryPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Kourend Library", description="Show where the books are found in the Kourend Library", tags={"arceuus","magic","runecrafting","overlay","panel"}) public class KourendLibraryPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description KourendLibraryPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onAnimationChanged(AnimationChanged anim)
void
onChatMessage(ChatMessage event)
void
onConfigChanged(ConfigChanged ev)
void
onGameStateChanged(GameStateChanged event)
void
onGameTick(GameTick tick)
void
onItemContainerChanged(ItemContainerChanged itemContainerChangedEvent)
void
onMenuOptionClicked(MenuOptionClicked menuOpt)
void
onNpcDespawned(NpcDespawned event)
void
onNpcSpawned(NpcSpawned event)
protected void
shutDown()
protected void
startUp()
-
Methods inherited from class net.runelite.client.plugins.Plugin
configure, equals, getInjector, getName, hashCode, resetConfiguration
-
-
-
-
Method Detail
-
startUp
protected void startUp() throws Exception
-
onConfigChanged
@Subscribe public void onConfigChanged(ConfigChanged ev)
-
onMenuOptionClicked
@Subscribe public void onMenuOptionClicked(MenuOptionClicked menuOpt)
-
onAnimationChanged
@Subscribe public void onAnimationChanged(AnimationChanged anim)
-
onChatMessage
@Subscribe public void onChatMessage(ChatMessage event)
-
onGameStateChanged
@Subscribe public void onGameStateChanged(GameStateChanged event)
-
onGameTick
@Subscribe public void onGameTick(GameTick tick)
-
onItemContainerChanged
@Subscribe public void onItemContainerChanged(ItemContainerChanged itemContainerChangedEvent)
-
onNpcSpawned
@Subscribe public void onNpcSpawned(NpcSpawned event)
-
onNpcDespawned
@Subscribe public void onNpcDespawned(NpcDespawned event)
-
-