Class MotherlodePlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.motherlode.MotherlodePlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Motherlode Mine", description="Show helpful information inside the Motherlode Mine", tags={"pay","dirt","mining","mlm","skilling","overlay"}, enabledByDefault=false) public class MotherlodePlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description MotherlodePlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onChatMessage(ChatMessage event)
void
onGameObjectDespawned(GameObjectDespawned event)
void
onGameObjectSpawned(GameObjectSpawned event)
void
onGameStateChanged(GameStateChanged event)
void
onItemContainerChanged(ItemContainerChanged event)
void
onVarbitChanged(VarbitChanged event)
void
onWallObjectDespawned(WallObjectDespawned event)
void
onWallObjectSpawned(WallObjectSpawned event)
protected void
shutDown()
protected void
startUp()
-
Methods inherited from class net.runelite.client.plugins.Plugin
configure, equals, getInjector, getName, hashCode, resetConfiguration
-
-
-
-
Method Detail
-
onVarbitChanged
@Subscribe public void onVarbitChanged(VarbitChanged event)
-
onChatMessage
@Subscribe public void onChatMessage(ChatMessage event)
-
onWallObjectSpawned
@Subscribe public void onWallObjectSpawned(WallObjectSpawned event)
-
onWallObjectDespawned
@Subscribe public void onWallObjectDespawned(WallObjectDespawned event)
-
onGameObjectSpawned
@Subscribe public void onGameObjectSpawned(GameObjectSpawned event)
-
onGameObjectDespawned
@Subscribe public void onGameObjectDespawned(GameObjectDespawned event)
-
onGameStateChanged
@Subscribe public void onGameStateChanged(GameStateChanged event)
-
onItemContainerChanged
@Subscribe public void onItemContainerChanged(ItemContainerChanged event)
-
-