Package net.runelite.api.gameval
Class InterfaceID.Hw22Trickortreat
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.Hw22Trickortreat
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.Hw22Trickortreat extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
INITIATOR_BTN_CANCEL
static int
INITIATOR_BTN_CANCEL_FRAME
static int
INITIATOR_BTN_CANCEL_TEXT
static int
INITIATOR_CONTENT
static int
INITIATOR_FRAME
static int
INITIATOR_PUMPKIN
static int
INITIATOR_TEXT
static int
INITIATOR_TIMER
static int
INITIATOR_WEB
static int
INITIATOR_WINDOW
static int
TARGET_BTN_NOTHING
static int
TARGET_BTN_NOTHING_FRAME
static int
TARGET_BTN_NOTHING_TEXT
static int
TARGET_BTN_TREAT
static int
TARGET_BTN_TREAT_FRAME
static int
TARGET_BTN_TREAT_TEXT
static int
TARGET_BTN_TRICK
static int
TARGET_BTN_TRICK_FRAME
static int
TARGET_BTN_TRICK_TEXT
static int
TARGET_CONTENT
static int
TARGET_FRAME
static int
TARGET_PUMPKIN
static int
TARGET_TEXT
static int
TARGET_TIMER
static int
TARGET_WEB
static int
TARGET_WINDOW
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description Hw22Trickortreat()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
TARGET_WINDOW
public static final int TARGET_WINDOW
- See Also:
- Constant Field Values
-
INITIATOR_WINDOW
public static final int INITIATOR_WINDOW
- See Also:
- Constant Field Values
-
INITIATOR_FRAME
public static final int INITIATOR_FRAME
- See Also:
- Constant Field Values
-
INITIATOR_CONTENT
public static final int INITIATOR_CONTENT
- See Also:
- Constant Field Values
-
INITIATOR_TIMER
public static final int INITIATOR_TIMER
- See Also:
- Constant Field Values
-
INITIATOR_PUMPKIN
public static final int INITIATOR_PUMPKIN
- See Also:
- Constant Field Values
-
INITIATOR_WEB
public static final int INITIATOR_WEB
- See Also:
- Constant Field Values
-
INITIATOR_TEXT
public static final int INITIATOR_TEXT
- See Also:
- Constant Field Values
-
INITIATOR_BTN_CANCEL
public static final int INITIATOR_BTN_CANCEL
- See Also:
- Constant Field Values
-
INITIATOR_BTN_CANCEL_FRAME
public static final int INITIATOR_BTN_CANCEL_FRAME
- See Also:
- Constant Field Values
-
INITIATOR_BTN_CANCEL_TEXT
public static final int INITIATOR_BTN_CANCEL_TEXT
- See Also:
- Constant Field Values
-
TARGET_FRAME
public static final int TARGET_FRAME
- See Also:
- Constant Field Values
-
TARGET_CONTENT
public static final int TARGET_CONTENT
- See Also:
- Constant Field Values
-
TARGET_TIMER
public static final int TARGET_TIMER
- See Also:
- Constant Field Values
-
TARGET_WEB
public static final int TARGET_WEB
- See Also:
- Constant Field Values
-
TARGET_PUMPKIN
public static final int TARGET_PUMPKIN
- See Also:
- Constant Field Values
-
TARGET_BTN_TREAT
public static final int TARGET_BTN_TREAT
- See Also:
- Constant Field Values
-
TARGET_BTN_TREAT_FRAME
public static final int TARGET_BTN_TREAT_FRAME
- See Also:
- Constant Field Values
-
TARGET_BTN_TRICK
public static final int TARGET_BTN_TRICK
- See Also:
- Constant Field Values
-
TARGET_BTN_TRICK_FRAME
public static final int TARGET_BTN_TRICK_FRAME
- See Also:
- Constant Field Values
-
TARGET_BTN_NOTHING
public static final int TARGET_BTN_NOTHING
- See Also:
- Constant Field Values
-
TARGET_BTN_NOTHING_FRAME
public static final int TARGET_BTN_NOTHING_FRAME
- See Also:
- Constant Field Values
-
TARGET_TEXT
public static final int TARGET_TEXT
- See Also:
- Constant Field Values
-
TARGET_BTN_TREAT_TEXT
public static final int TARGET_BTN_TREAT_TEXT
- See Also:
- Constant Field Values
-
TARGET_BTN_TRICK_TEXT
public static final int TARGET_BTN_TRICK_TEXT
- See Also:
- Constant Field Values
-
TARGET_BTN_NOTHING_TEXT
public static final int TARGET_BTN_NOTHING_TEXT
- See Also:
- Constant Field Values
-
-