Package net.runelite.api.gameval
Class InterfaceID.BrReward
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.BrReward
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.BrReward extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BANK_ALL
static int
BANK_ALL_BG
static int
BANK_ALL_GRAPHIC
static int
BUTTONS
static int
CONTENT
static int
REWARD_INV
static int
TEMPLATE
static int
UNIVERSAL
-
Constructor Summary
Constructors Constructor Description BrReward()
-
-
-
Field Detail
-
UNIVERSAL
public static final int UNIVERSAL
- See Also:
- Constant Field Values
-
TEMPLATE
public static final int TEMPLATE
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
BUTTONS
public static final int BUTTONS
- See Also:
- Constant Field Values
-
REWARD_INV
public static final int REWARD_INV
- See Also:
- Constant Field Values
-
BANK_ALL
public static final int BANK_ALL
- See Also:
- Constant Field Values
-
BANK_ALL_BG
public static final int BANK_ALL_BG
- See Also:
- Constant Field Values
-
BANK_ALL_GRAPHIC
public static final int BANK_ALL_GRAPHIC
- See Also:
- Constant Field Values
-
-