Package net.runelite.api.gameval
Class InterfaceID.BondManagement
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.BondManagement
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.BondManagement extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
_1
static int
_5
static int
ALL
static int
BONDS_CONTAINER
static int
BONDS_CONTAINER_GRAPHIC0
static int
BONDS_HEADER
static int
BONDS_TRADEABLE
static int
BONDS_TRADEABLE_RECT0
static int
BONDS_UNTRADEABLE
static int
BOTTOM
static int
CONTENTS
static int
CONVERT_BUTTON
static int
CONVERT_CONTAINER
static int
CONVERT_CONTAINER_GRAPHIC0
static int
FRAME
static int
POPUP
static int
QUANTITY_CONTAINER
static int
REDEEM_BONDS
static int
TOP
static int
TRADEABLE_INV
static int
TRADEABLE_POUCH
static int
UNIVERSE
static int
UNTRADEABLE_INV
static int
UNTRADEABLE_POUCH
static int
X
-
Constructor Summary
Constructors Constructor Description BondManagement()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
REDEEM_BONDS
public static final int REDEEM_BONDS
- See Also:
- Constant Field Values
-
CONTENTS
public static final int CONTENTS
- See Also:
- Constant Field Values
-
TOP
public static final int TOP
- See Also:
- Constant Field Values
-
BOTTOM
public static final int BOTTOM
- See Also:
- Constant Field Values
-
BONDS_CONTAINER
public static final int BONDS_CONTAINER
- See Also:
- Constant Field Values
-
BONDS_CONTAINER_GRAPHIC0
public static final int BONDS_CONTAINER_GRAPHIC0
- See Also:
- Constant Field Values
-
BONDS_HEADER
public static final int BONDS_HEADER
- See Also:
- Constant Field Values
-
BONDS_TRADEABLE
public static final int BONDS_TRADEABLE
- See Also:
- Constant Field Values
-
BONDS_TRADEABLE_RECT0
public static final int BONDS_TRADEABLE_RECT0
- See Also:
- Constant Field Values
-
TRADEABLE_INV
public static final int TRADEABLE_INV
- See Also:
- Constant Field Values
-
TRADEABLE_POUCH
public static final int TRADEABLE_POUCH
- See Also:
- Constant Field Values
-
BONDS_UNTRADEABLE
public static final int BONDS_UNTRADEABLE
- See Also:
- Constant Field Values
-
UNTRADEABLE_INV
public static final int UNTRADEABLE_INV
- See Also:
- Constant Field Values
-
UNTRADEABLE_POUCH
public static final int UNTRADEABLE_POUCH
- See Also:
- Constant Field Values
-
QUANTITY_CONTAINER
public static final int QUANTITY_CONTAINER
- See Also:
- Constant Field Values
-
_1
public static final int _1
- See Also:
- Constant Field Values
-
_5
public static final int _5
- See Also:
- Constant Field Values
-
X
public static final int X
- See Also:
- Constant Field Values
-
ALL
public static final int ALL
- See Also:
- Constant Field Values
-
CONVERT_CONTAINER
public static final int CONVERT_CONTAINER
- See Also:
- Constant Field Values
-
CONVERT_CONTAINER_GRAPHIC0
public static final int CONVERT_CONTAINER_GRAPHIC0
- See Also:
- Constant Field Values
-
CONVERT_BUTTON
public static final int CONVERT_BUTTON
- See Also:
- Constant Field Values
-
POPUP
public static final int POPUP
- See Also:
- Constant Field Values
-
-