Package net.runelite.api.gameval
Class InterfaceID.SharedBank
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.SharedBank
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.SharedBank extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BOTTOM
static int
BOTTOM_TEXT2
static int
CAPACITY
static int
CAPACITY_LAYER
static int
CLOSE
static int
COMPRESS
static int
COMPRESS_GRAPHIC
static int
COUNTDOWN
static int
DEPOSITINV
static int
DEPOSITINV_GRAPHIC
static int
FRAME
static int
INFINITE
static int
INSERT
static int
INSERT_TEXT
static int
ITEM
static int
ITEM_TEXT
static int
ITEMS
static int
MAIN_BANK
static int
MODE_LAYER
static int
NOTE
static int
NOTE_TEXT
static int
OCCUPIEDSLOTS
static int
POPUP
static int
QUANTITY_LAYER
static int
QUANTITY_LAYER_TEXT0
static int
QUANTITY1
static int
QUANTITY1_TEXT
static int
QUANTITY10
static int
QUANTITY10_TEXT
static int
QUANTITY5
static int
QUANTITY5_TEXT
static int
QUANTITYALL
static int
QUANTITYALL_TEXT
static int
QUANTITYX
static int
QUANTITYX_TEXT
static int
REARRANGE_TEXT
static int
SAVE_BUTTON
static int
SCROLLBAR
static int
SEARCH
static int
SEARCH_GRAPHIC
static int
STORAGE_UNLOCKS
static int
STORAGE_UNLOCKS_GRAPHIC
static int
SWAP
static int
SWAP_TEXT
static int
UNIVERSE
static int
UNIVERSE_LINE3
static int
WITHDRAW_TEXT
static int
WITHDRAWAL_LAYER
-
Constructor Summary
Constructors Constructor Description SharedBank()
-
-
-
Field Detail
-
INFINITE
public static final int INFINITE
- See Also:
- Constant Field Values
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
CLOSE
public static final int CLOSE
- See Also:
- Constant Field Values
-
OCCUPIEDSLOTS
public static final int OCCUPIEDSLOTS
- See Also:
- Constant Field Values
-
UNIVERSE_LINE3
public static final int UNIVERSE_LINE3
- See Also:
- Constant Field Values
-
CAPACITY_LAYER
public static final int CAPACITY_LAYER
- See Also:
- Constant Field Values
-
CAPACITY
public static final int CAPACITY
- See Also:
- Constant Field Values
-
COUNTDOWN
public static final int COUNTDOWN
- See Also:
- Constant Field Values
-
MAIN_BANK
public static final int MAIN_BANK
- See Also:
- Constant Field Values
-
ITEMS
public static final int ITEMS
- See Also:
- Constant Field Values
-
SCROLLBAR
public static final int SCROLLBAR
- See Also:
- Constant Field Values
-
STORAGE_UNLOCKS
public static final int STORAGE_UNLOCKS
- See Also:
- Constant Field Values
-
STORAGE_UNLOCKS_GRAPHIC
public static final int STORAGE_UNLOCKS_GRAPHIC
- See Also:
- Constant Field Values
-
COMPRESS
public static final int COMPRESS
- See Also:
- Constant Field Values
-
COMPRESS_GRAPHIC
public static final int COMPRESS_GRAPHIC
- See Also:
- Constant Field Values
-
SEARCH
public static final int SEARCH
- See Also:
- Constant Field Values
-
SEARCH_GRAPHIC
public static final int SEARCH_GRAPHIC
- See Also:
- Constant Field Values
-
DEPOSITINV
public static final int DEPOSITINV
- See Also:
- Constant Field Values
-
DEPOSITINV_GRAPHIC
public static final int DEPOSITINV_GRAPHIC
- See Also:
- Constant Field Values
-
BOTTOM
public static final int BOTTOM
- See Also:
- Constant Field Values
-
MODE_LAYER
public static final int MODE_LAYER
- See Also:
- Constant Field Values
-
REARRANGE_TEXT
public static final int REARRANGE_TEXT
- See Also:
- Constant Field Values
-
SWAP
public static final int SWAP
- See Also:
- Constant Field Values
-
SWAP_TEXT
public static final int SWAP_TEXT
- See Also:
- Constant Field Values
-
INSERT
public static final int INSERT
- See Also:
- Constant Field Values
-
INSERT_TEXT
public static final int INSERT_TEXT
- See Also:
- Constant Field Values
-
WITHDRAWAL_LAYER
public static final int WITHDRAWAL_LAYER
- See Also:
- Constant Field Values
-
WITHDRAW_TEXT
public static final int WITHDRAW_TEXT
- See Also:
- Constant Field Values
-
ITEM
public static final int ITEM
- See Also:
- Constant Field Values
-
ITEM_TEXT
public static final int ITEM_TEXT
- See Also:
- Constant Field Values
-
NOTE
public static final int NOTE
- See Also:
- Constant Field Values
-
NOTE_TEXT
public static final int NOTE_TEXT
- See Also:
- Constant Field Values
-
BOTTOM_TEXT2
public static final int BOTTOM_TEXT2
- See Also:
- Constant Field Values
-
SAVE_BUTTON
public static final int SAVE_BUTTON
- See Also:
- Constant Field Values
-
QUANTITY_LAYER
public static final int QUANTITY_LAYER
- See Also:
- Constant Field Values
-
QUANTITY_LAYER_TEXT0
public static final int QUANTITY_LAYER_TEXT0
- See Also:
- Constant Field Values
-
QUANTITY1
public static final int QUANTITY1
- See Also:
- Constant Field Values
-
QUANTITY1_TEXT
public static final int QUANTITY1_TEXT
- See Also:
- Constant Field Values
-
QUANTITY5
public static final int QUANTITY5
- See Also:
- Constant Field Values
-
QUANTITY5_TEXT
public static final int QUANTITY5_TEXT
- See Also:
- Constant Field Values
-
QUANTITY10
public static final int QUANTITY10
- See Also:
- Constant Field Values
-
QUANTITY10_TEXT
public static final int QUANTITY10_TEXT
- See Also:
- Constant Field Values
-
QUANTITYX
public static final int QUANTITYX
- See Also:
- Constant Field Values
-
QUANTITYX_TEXT
public static final int QUANTITYX_TEXT
- See Also:
- Constant Field Values
-
QUANTITYALL
public static final int QUANTITYALL
- See Also:
- Constant Field Values
-
QUANTITYALL_TEXT
public static final int QUANTITYALL_TEXT
- See Also:
- Constant Field Values
-
POPUP
public static final int POPUP
- See Also:
- Constant Field Values
-
-