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"}) public class RunecraftPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description RunecraftPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onChatMessage(ChatMessage event)
void
onDecorativeObjectDespawned(DecorativeObjectDespawned event)
void
onDecorativeObjectSpawned(DecorativeObjectSpawned event)
void
onGameStateChanged(GameStateChanged event)
void
onItemContainerChanged(ItemContainerChanged 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
-
shutDown
protected void shutDown() throws Exception
-
onChatMessage
@Subscribe public void onChatMessage(ChatMessage event)
-
onDecorativeObjectSpawned
@Subscribe public void onDecorativeObjectSpawned(DecorativeObjectSpawned event)
-
onDecorativeObjectDespawned
@Subscribe public void onDecorativeObjectDespawned(DecorativeObjectDespawned event)
-
onGameStateChanged
@Subscribe public void onGameStateChanged(GameStateChanged event)
-
onItemContainerChanged
@Subscribe public void onItemContainerChanged(ItemContainerChanged event)
-
-