runelite-api: add equipment inventory slot id, inventory id, logout widget and chat message type 7

This commit is contained in:
Adam
2017-12-28 20:58:45 -05:00
parent 1f153ddc48
commit 1ec375f1d2
5 changed files with 114 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ package net.runelite.api.widgets;
class WidgetID
{
static final int LOGOUT_PANEL_ID = 182;
static final int BANK_GROUP_ID = 12;
static final int BANK_INVENTORY_GROUP_ID = 15;
static final int DEPOSIT_BOX_GROUP_ID = 192;
@@ -68,6 +69,11 @@ class WidgetID
static final int TEXT = 3;
}
static class LogoutPanel
{
static final int LOGOUT_BUTTON = 6;
}
static class PestControl
{
static final int PURPLE_SHIELD = 21;