Package net.runelite.api.gameval
Class InterfaceID.PmoonReward
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.PmoonReward
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.PmoonReward extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BANK_ALL
static int
BANK_ALL_BG_1
static int
BANK_ALL_GRAPHIC_1
static int
BUTTONS
static int
CONFIRM_BUTTONS
static int
CONFIRMATION
static int
CONTENT
static int
DISCARD_ALL
static int
DROP_ALL_BG
static int
DROP_ALL_GRAPHIC
static int
INV_ALL
static int
INV_ALL_BG
static int
INV_ALL_GRAPHIC
static int
NO
static int
NO_TEMPLATE
static int
NO_TEMPLATE_BG
static int
NO_TEXT
static int
NOCLICK
static int
OVERLAY
static int
REWARD_INV
static int
TEMPLATE
static int
TEXT_MAIN
static int
TEXT_SUB
static int
UNIVERSAL
static int
YES
static int
YES_TEMPLATE
static int
YES_TEMPLATE_BG
static int
YES_TEXT
-
Constructor Summary
Constructors Constructor Description PmoonReward()
-
-
-
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
-
INV_ALL
public static final int INV_ALL
- See Also:
- Constant Field Values
-
REWARD_INV
public static final int REWARD_INV
- See Also:
- Constant Field Values
-
NOCLICK
public static final int NOCLICK
- See Also:
- Constant Field Values
-
CONFIRMATION
public static final int CONFIRMATION
- See Also:
- Constant Field Values
-
OVERLAY
public static final int OVERLAY
- See Also:
- Constant Field Values
-
TEXT_MAIN
public static final int TEXT_MAIN
- See Also:
- Constant Field Values
-
TEXT_SUB
public static final int TEXT_SUB
- See Also:
- Constant Field Values
-
CONFIRM_BUTTONS
public static final int CONFIRM_BUTTONS
- See Also:
- Constant Field Values
-
YES
public static final int YES
- See Also:
- Constant Field Values
-
YES_TEMPLATE
public static final int YES_TEMPLATE
- See Also:
- Constant Field Values
-
YES_TEMPLATE_BG
public static final int YES_TEMPLATE_BG
- See Also:
- Constant Field Values
-
YES_TEXT
public static final int YES_TEXT
- See Also:
- Constant Field Values
-
NO
public static final int NO
- See Also:
- Constant Field Values
-
NO_TEMPLATE
public static final int NO_TEMPLATE
- See Also:
- Constant Field Values
-
NO_TEMPLATE_BG
public static final int NO_TEMPLATE_BG
- See Also:
- Constant Field Values
-
NO_TEXT
public static final int NO_TEXT
- See Also:
- Constant Field Values
-
BANK_ALL
public static final int BANK_ALL
- See Also:
- Constant Field Values
-
BANK_ALL_BG_1
public static final int BANK_ALL_BG_1
- See Also:
- Constant Field Values
-
BANK_ALL_GRAPHIC_1
public static final int BANK_ALL_GRAPHIC_1
- See Also:
- Constant Field Values
-
DISCARD_ALL
public static final int DISCARD_ALL
- See Also:
- Constant Field Values
-
DROP_ALL_BG
public static final int DROP_ALL_BG
- See Also:
- Constant Field Values
-
DROP_ALL_GRAPHIC
public static final int DROP_ALL_GRAPHIC
- See Also:
- Constant Field Values
-
INV_ALL_BG
public static final int INV_ALL_BG
- See Also:
- Constant Field Values
-
INV_ALL_GRAPHIC
public static final int INV_ALL_GRAPHIC
- See Also:
- Constant Field Values
-
-