Package net.runelite.api.gameval
Class InterfaceID.BankDepositImp
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.BankDepositImp
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.BankDepositImp extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONTENT
static int
EXPLANATION
static int
FRAME
static int
INVENTORY
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description BankDepositImp()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
INVENTORY
public static final int INVENTORY
- See Also:
- Constant Field Values
-
EXPLANATION
public static final int EXPLANATION
- See Also:
- Constant Field Values
-
-