RuneHive-Tarnish
Neural OSRS Enhancement Framework
Loading...
Searching...
No Matches
com.osroyale.game.world.InterfaceConstants Class Reference

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

Detailed Description

/**

Definition at line 32 of file InterfaceConstants.java.

Member Data Documentation

◆ ADD_INVENTORY_ITEM

final int com.osroyale.game.world.InterfaceConstants.ADD_INVENTORY_ITEM = 3415
static

The action for adding items from another container to the inventory container itemcontainer.

Definition at line 50 of file InterfaceConstants.java.

◆ FIRST_TRADE_SCREEN

final int com.osroyale.game.world.InterfaceConstants.FIRST_TRADE_SCREEN = 33000
static

The main trade itemcontainer.

Definition at line 68 of file InterfaceConstants.java.

◆ OTHER_TRADE_CONTAINER

final int com.osroyale.game.world.InterfaceConstants.OTHER_TRADE_CONTAINER = 33022
static

The container itemcontainer for the other player in the trade.

Definition at line 83 of file InterfaceConstants.java.

◆ PLAYER_TRADE_CONTAINER

final int com.osroyale.game.world.InterfaceConstants.PLAYER_TRADE_CONTAINER = 33021
static

The container itemcontainer for the player starting the trade.

Definition at line 78 of file InterfaceConstants.java.

◆ REMOVE_INVENTORY_ITEM

final int com.osroyale.game.world.InterfaceConstants.REMOVE_INVENTORY_ITEM = 3322
static

The action for removing items from the inventory container itemcontainer.

Definition at line 45 of file InterfaceConstants.java.

◆ REMOVE_TRADE_ITEM

final int com.osroyale.game.world.InterfaceConstants.REMOVE_TRADE_ITEM = 33021
static

The action sent when a player removes their offered items from the trade screen.

Definition at line 55 of file InterfaceConstants.java.

◆ SECOND_TRADE_SCREEN

final int com.osroyale.game.world.InterfaceConstants.SECOND_TRADE_SCREEN = 33200
static

The second trade screen itemcontainer.

Definition at line 73 of file InterfaceConstants.java.


The documentation for this class was generated from the following file: