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 intINITIATOR_BTN_CANCELstatic intINITIATOR_BTN_CANCEL_FRAMEstatic intINITIATOR_BTN_CANCEL_TEXTstatic intINITIATOR_CONTENTstatic intINITIATOR_FRAMEstatic intINITIATOR_PUMPKINstatic intINITIATOR_TEXTstatic intINITIATOR_TIMERstatic intINITIATOR_WEBstatic intINITIATOR_WINDOWstatic intTARGET_BTN_NOTHINGstatic intTARGET_BTN_NOTHING_FRAMEstatic intTARGET_BTN_NOTHING_TEXTstatic intTARGET_BTN_TREATstatic intTARGET_BTN_TREAT_FRAMEstatic intTARGET_BTN_TREAT_TEXTstatic intTARGET_BTN_TRICKstatic intTARGET_BTN_TRICK_FRAMEstatic intTARGET_BTN_TRICK_TEXTstatic intTARGET_CONTENTstatic intTARGET_FRAMEstatic intTARGET_PUMPKINstatic intTARGET_TEXTstatic intTARGET_TIMERstatic intTARGET_WEBstatic intTARGET_WINDOWstatic intUNIVERSE
-
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
-
-