Class RunecraftPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.runecraft.RunecraftPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Runecraft", description="Show minimap icons and clickboxes for abyssal rifts", tags={"abyssal","minimap","overlay","rifts","rc","runecrafting","essence","pouch"}) public class RunecraftPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description RunecraftPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonChatMessage(net.runelite.api.events.ChatMessage event)voidonDecorativeObjectDespawned(net.runelite.api.events.DecorativeObjectDespawned event)voidonDecorativeObjectSpawned(net.runelite.api.events.DecorativeObjectSpawned event)voidonGameStateChanged(net.runelite.api.events.GameStateChanged event)voidonItemContainerChanged(net.runelite.api.events.ItemContainerChanged event)protected voidshutDown()protected voidstartUp()-
Methods inherited from class net.runelite.client.plugins.Plugin
configure, equals, getInjector, getName, hashCode, resetConfiguration
-
-
-
-
Method Detail
-
startUp
protected void startUp() throws Exception
-
shutDown
protected void shutDown() throws Exception
-
onChatMessage
@Subscribe public void onChatMessage(net.runelite.api.events.ChatMessage event)
-
onDecorativeObjectSpawned
@Subscribe public void onDecorativeObjectSpawned(net.runelite.api.events.DecorativeObjectSpawned event)
-
onDecorativeObjectDespawned
@Subscribe public void onDecorativeObjectDespawned(net.runelite.api.events.DecorativeObjectDespawned event)
-
onGameStateChanged
@Subscribe public void onGameStateChanged(net.runelite.api.events.GameStateChanged event)
-
onItemContainerChanged
@Subscribe public void onItemContainerChanged(net.runelite.api.events.ItemContainerChanged event)
-
-