runelite-api: add equipment inventory slot id, inventory id, logout widget and chat message type 7
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user