Package net.runelite.api.gameval
Class InterfaceID.TrawlerReward
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.TrawlerReward
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.TrawlerReward extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intBANK_ALLstatic intBANK_ALL_BGstatic intBANK_ALL_GRAPHICstatic intBUTTONSstatic intCONFIRM_BUTTONSstatic intCONFIRMATIONstatic intCONTENTstatic intDISCARD_ALLstatic intDROP_ALL_BGstatic intDROP_ALL_GRAPHICstatic intNOstatic intNO_TEMPLATEstatic intNO_TEMPLATE_BGstatic intNO_TEXTstatic intNOCLICKstatic intOVERLAYstatic intREWARD_INVstatic intTEMPLATEstatic intTEXT_MAINstatic intTEXT_SUBstatic intUNIVERSALstatic intYESstatic intYES_TEMPLATEstatic intYES_TEMPLATE_BGstatic intYES_TEXT
-
Constructor Summary
Constructors Constructor Description TrawlerReward()
-
-
-
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
-
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
-
DISCARD_ALL
public static final int DISCARD_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
-
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
-
-