|
RuneHive-Game
|
Class to execute all constants for Shops. More...
Static Public Attributes | |
| static final int | INTERFACE_ID = 47_500 |
| The identification for the shop itemcontainer. | |
| static final String[] | IRON_MAN_STORES |
| Allowed shops for Iron man accounts. | |
Static Package Attributes | |
| static final int | MAXIMUM_SELL_VALUE = 500_000 |
| The maximum sell value. | |
Class to execute all constants for Shops.
Definition at line 8 of file StoreConstant.java.
|
static |
The identification for the shop itemcontainer.
Definition at line 11 of file StoreConstant.java.
Referenced by com.runehive.content.store.impl.PersonalStore.add(), com.runehive.content.store.Store.closeShop(), com.runehive.content.store.Store.exchange(), com.runehive.content.store.impl.PersonalStore.modify(), com.runehive.content.store.impl.DefaultStore.open(), com.runehive.content.store.impl.PersonalStore.open(), com.runehive.content.store.impl.RecipeForDisasterStore.open(), com.runehive.content.store.impl.SkillcapeStore.open(), com.runehive.content.store.impl.PersonalStore.remove(), and com.runehive.content.store.impl.PersonalStore.setValue().
|
static |
Allowed shops for Iron man accounts.
Definition at line 17 of file StoreConstant.java.
Referenced by com.runehive.content.store.impl.DefaultStore.open().
|
staticpackage |
The maximum sell value.
Definition at line 14 of file StoreConstant.java.
Referenced by com.runehive.content.store.Store.sell().