Class ClueScrollPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.cluescrolls.ClueScrollPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Clue Scroll", description="Show answers to clue scroll riddles, anagrams, ciphers, and cryptic clues", tags={"arrow","hints","world","map","coordinates","emotes"}) @PluginDependency(BankTagsPlugin.class) public class ClueScrollPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description ClueScrollPlugin()
-
Method Summary
-
Methods inherited from class net.runelite.client.plugins.Plugin
equals, getInjector, getName, hashCode, resetConfiguration
-
-
-
-
Method Detail
-
configure
public void configure(com.google.inject.Binder binder)
-
startUp
protected void startUp() throws Exception
-
shutDown
protected void shutDown() throws Exception
-
onChatMessage
@Subscribe public void onChatMessage(ChatMessage event)
-
onMenuOptionClicked
@Subscribe public void onMenuOptionClicked(MenuOptionClicked event)
-
onItemContainerChanged
@Subscribe public void onItemContainerChanged(ItemContainerChanged event)
-
onNpcSpawned
@Subscribe public void onNpcSpawned(NpcSpawned event)
-
onNpcDespawned
@Subscribe public void onNpcDespawned(NpcDespawned event)
-
onDecorativeObjectDespawned
@Subscribe public void onDecorativeObjectDespawned(DecorativeObjectDespawned event)
-
onDecorativeObjectSpawned
@Subscribe public void onDecorativeObjectSpawned(DecorativeObjectSpawned event)
-
onGameObjectDespawned
@Subscribe public void onGameObjectDespawned(GameObjectDespawned event)
-
onGameObjectSpawned
@Subscribe public void onGameObjectSpawned(GameObjectSpawned event)
-
onGroundObjectDespawned
@Subscribe public void onGroundObjectDespawned(GroundObjectDespawned event)
-
onGroundObjectSpawned
@Subscribe public void onGroundObjectSpawned(GroundObjectSpawned event)
-
onWallObjectDespawned
@Subscribe public void onWallObjectDespawned(WallObjectDespawned event)
-
onWallObjectSpawned
@Subscribe public void onWallObjectSpawned(WallObjectSpawned event)
-
onConfigChanged
@Subscribe public void onConfigChanged(ConfigChanged event)
-
onGameStateChanged
@Subscribe public void onGameStateChanged(GameStateChanged event)
-
onGameTick
@Subscribe public void onGameTick(GameTick event)
-
onWidgetLoaded
@Subscribe public void onWidgetLoaded(WidgetLoaded event)
-
onCommandExecuted
@Subscribe public void onCommandExecuted(CommandExecuted commandExecuted)
-
getClueScrollImage
public BufferedImage getClueScrollImage()
-
getEmoteImage
public BufferedImage getEmoteImage()
-
getSpadeImage
public BufferedImage getSpadeImage()
-
getClueNote
public String getClueNote(int key)
-
getClue
public ClueScroll getClue()
-
getObjectsToMark
public List<TileObject> getObjectsToMark()
-
getNamedObjectsToMark
public Set<TileObject> getNamedObjectsToMark()
-
getEquippedItems
public Item[] getEquippedItems()
-
getInventoryItems
public Item[] getInventoryItems()
-
getClient
public Client getClient()
-
getActiveSTASHClue
public EmoteClue getActiveSTASHClue()
-
-