RuneHive-Tarnish
Neural OSRS Enhancement Framework
|
Static Public Attributes | |
static final int | REMOVE_INVENTORY_ITEM = 3322 |
static final int | ADD_INVENTORY_ITEM = 3415 |
static final int | REMOVE_TRADE_ITEM = 33021 |
static final int | FIRST_TRADE_SCREEN = 33000 |
static final int | SECOND_TRADE_SCREEN = 33200 |
static final int | PLAYER_TRADE_CONTAINER = 33021 |
static final int | OTHER_TRADE_CONTAINER = 33022 |
|
static |
The action for adding items from another container to the inventory container itemcontainer.
Definition at line 50 of file InterfaceConstants.java.
|
static |
The main trade itemcontainer.
Definition at line 68 of file InterfaceConstants.java.
|
static |
The container itemcontainer for the other player in the trade.
Definition at line 83 of file InterfaceConstants.java.
|
static |
The container itemcontainer for the player starting the trade.
Definition at line 78 of file InterfaceConstants.java.
|
static |
The action for removing items from the inventory container itemcontainer.
Definition at line 45 of file InterfaceConstants.java.
|
static |
The action sent when a player removes their offered items from the trade screen.
Definition at line 55 of file InterfaceConstants.java.
|
static |
The second trade screen itemcontainer.
Definition at line 73 of file InterfaceConstants.java.