|
RuneHive-Game
|
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 |
The class that contains helpful information on interfaces.
Definition at line 8 of file InterfaceConstants.java.
|
static |
The action for adding items from another container to the inventory container itemcontainer.
Definition at line 26 of file InterfaceConstants.java.
|
static |
Definition at line 12 of file InterfaceConstants.java.
|
static |
Definition at line 71 of file InterfaceConstants.java.
|
static |
Definition at line 10 of file InterfaceConstants.java.
|
static |
Definition at line 14 of file InterfaceConstants.java.
|
static |
Definition at line 61 of file InterfaceConstants.java.
Referenced by com.runehive.game.world.entity.mob.player.exchange.duel.StakeSession.onButtonClick(), and com.runehive.game.world.entity.mob.player.exchange.duel.StakeSession.updateOfferComponents().
|
static |
The main trade itemcontainer.
Definition at line 44 of file InterfaceConstants.java.
Referenced by com.runehive.game.world.entity.mob.player.exchange.trade.TradeSession.onButtonClick(), and com.runehive.game.world.entity.mob.player.exchange.trade.TradeSession.updateOfferComponents().
|
static |
Definition at line 16 of file InterfaceConstants.java.
Referenced by com.runehive.net.packet.in.ItemOptionPacketListener.handleFirstOption(), com.runehive.net.packet.in.WieldItemPacketListener.handlePacket(), com.runehive.net.packet.in.ItemOptionPacketListener.handleSecondOption(), com.runehive.net.packet.in.ItemOptionPacketListener.handleThirdOption(), and com.runehive.game.world.entity.mob.player.exchange.trade.TradeSession.updateMainComponents().
|
static |
Definition at line 33 of file InterfaceConstants.java.
Referenced by com.runehive.game.world.items.containers.impl.LootingBag.close(), com.runehive.game.world.items.containers.bank.DonatorDeposit.onRefresh(), com.runehive.game.world.items.containers.pricechecker.PriceChecker.onRefresh(), com.runehive.game.world.items.containers.bank.Bank.open(), and com.runehive.game.world.items.containers.bank.Bank.refresh().
|
static |
Definition at line 67 of file InterfaceConstants.java.
Referenced by com.runehive.game.world.entity.mob.player.exchange.duel.StakeSession.updateOfferComponents().
|
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().
|
static |
Definition at line 65 of file InterfaceConstants.java.
Referenced by com.runehive.game.world.entity.mob.player.exchange.duel.StakeSession.updateOfferComponents().
|
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().
|
static |
Definition at line 69 of file InterfaceConstants.java.
|
static |
The action for removing items from the inventory container itemcontainer.
Definition at line 21 of file InterfaceConstants.java.
|
static |
The action sent when a player removes their offered items from the trade screen.
Definition at line 31 of file InterfaceConstants.java.
|
static |
Definition at line 63 of file InterfaceConstants.java.
Referenced by com.runehive.game.world.entity.mob.player.exchange.duel.StakeSession.onButtonClick(), and com.runehive.game.world.entity.mob.player.exchange.duel.StakeSession.updateMainComponents().
|
static |
The second trade screen itemcontainer.
Definition at line 49 of file InterfaceConstants.java.
Referenced by com.runehive.game.world.entity.mob.player.exchange.trade.TradeSession.onButtonClick(), and com.runehive.game.world.entity.mob.player.exchange.trade.TradeSession.updateMainComponents().
|
static |
Definition at line 39 of file InterfaceConstants.java.
|
static |
Definition at line 37 of file InterfaceConstants.java.
|
static |