RuneHive-Game
Loading...
Searching...
No Matches
com.runehive.game.world.InterfaceConstants Class Reference

The class that contains helpful information on interfaces. More...

Static Public Attributes

static final int ADD_INVENTORY_ITEM = 3415
 The action for adding items from another container to the inventory container itemcontainer.
static final int DEPOSIT_BOX = 4465
static final int DONATOR_DEPOSIT = 58607
static final int DUEL_SCOREBOARD = 6308
static final int EQUIPMENT = 1688
static final int FIRST_DUEL_SCREEN = 31000
static final int FIRST_TRADE_SCREEN = 33000
 The main trade itemcontainer.
static final int INVENTORY_INTERFACE = 3214
static final int INVENTORY_STORE = 5064
static final int OTHER_STAKE_CONTAINER = 31014
static final int OTHER_TRADE_CONTAINER = 33022
 The container itemcontainer for the other player in the trade.
static final int PLAYER_STAKE_CONTAINER = 31012
static final int PLAYER_TRADE_CONTAINER = 33021
 The container itemcontainer for the player starting the trade.
static final int PRICE_CHECKER = 48542
static final int REMOVE_INVENTORY_ITEM = 3322
 The action for removing items from the inventory container itemcontainer.
static final int REMOVE_TRADE_ITEM = 33021
 The action sent when a player removes their offered items from the trade screen.
static final int SECOND_DUEL_SCREEN = 31500
static final int SECOND_TRADE_SCREEN = 33200
 The second trade screen itemcontainer.
static final int SHOP_INTERFACE = 40051
static final int SHOP_INVENTORY = 3823
static final int WITHDRAW_BANK = 5382

Detailed Description

The class that contains helpful information on interfaces.

Author
SeVen

Definition at line 8 of file InterfaceConstants.java.

Member Data Documentation

◆ ADD_INVENTORY_ITEM

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

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

Definition at line 26 of file InterfaceConstants.java.

◆ DEPOSIT_BOX

final int com.runehive.game.world.InterfaceConstants.DEPOSIT_BOX = 4465
static

Definition at line 12 of file InterfaceConstants.java.

◆ DONATOR_DEPOSIT

final int com.runehive.game.world.InterfaceConstants.DONATOR_DEPOSIT = 58607
static

Definition at line 71 of file InterfaceConstants.java.

◆ DUEL_SCOREBOARD

final int com.runehive.game.world.InterfaceConstants.DUEL_SCOREBOARD = 6308
static

Definition at line 10 of file InterfaceConstants.java.

◆ EQUIPMENT

final int com.runehive.game.world.InterfaceConstants.EQUIPMENT = 1688
static

Definition at line 14 of file InterfaceConstants.java.

◆ FIRST_DUEL_SCREEN

final int com.runehive.game.world.InterfaceConstants.FIRST_DUEL_SCREEN = 31000
static

◆ FIRST_TRADE_SCREEN

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

◆ INVENTORY_INTERFACE

◆ INVENTORY_STORE

◆ OTHER_STAKE_CONTAINER

final int com.runehive.game.world.InterfaceConstants.OTHER_STAKE_CONTAINER = 31014
static

◆ OTHER_TRADE_CONTAINER

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

The container itemcontainer for the other player in the trade.

Definition at line 59 of file InterfaceConstants.java.

Referenced by com.runehive.game.world.entity.mob.player.exchange.trade.TradeSession.updateOfferComponents().

◆ PLAYER_STAKE_CONTAINER

final int com.runehive.game.world.InterfaceConstants.PLAYER_STAKE_CONTAINER = 31012
static

◆ PLAYER_TRADE_CONTAINER

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

The container itemcontainer for the player starting the trade.

Definition at line 54 of file InterfaceConstants.java.

Referenced by com.runehive.game.world.entity.mob.player.exchange.trade.TradeSession.updateOfferComponents().

◆ PRICE_CHECKER

final int com.runehive.game.world.InterfaceConstants.PRICE_CHECKER = 48542
static

Definition at line 69 of file InterfaceConstants.java.

◆ REMOVE_INVENTORY_ITEM

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

The action for removing items from the inventory container itemcontainer.

Definition at line 21 of file InterfaceConstants.java.

◆ REMOVE_TRADE_ITEM

final int com.runehive.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 31 of file InterfaceConstants.java.

◆ SECOND_DUEL_SCREEN

final int com.runehive.game.world.InterfaceConstants.SECOND_DUEL_SCREEN = 31500
static

◆ SECOND_TRADE_SCREEN

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

◆ SHOP_INTERFACE

final int com.runehive.game.world.InterfaceConstants.SHOP_INTERFACE = 40051
static

Definition at line 39 of file InterfaceConstants.java.

◆ SHOP_INVENTORY

final int com.runehive.game.world.InterfaceConstants.SHOP_INVENTORY = 3823
static

Definition at line 37 of file InterfaceConstants.java.

◆ WITHDRAW_BANK


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