runelite-client: Add fairy ring search to fairy ring plugin

This commit is contained in:
Max Weber
2018-06-15 12:30:31 -06:00
parent 6b278d48a5
commit af0fdb1d49
4 changed files with 346 additions and 5 deletions

View File

@@ -26,6 +26,16 @@ package net.runelite.api;
public final class ScriptID
{
/**
* Updates the scrollbar handle and container to the new height of the content container
* <ul>
* <li> int (WidgetID) Scrollbar's widget ID </li>
* <li> int (WidgetID) Container widget ID </li>
* <li> int how far down to scroll </li>
* </ul>
*/
public static final int UPDATE_SCROLLBAR = 72;
/**
* Sends a chat message
* <ul>