Package net.runelite.api.gameval
Class InterfaceID.EhcRating
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.EhcRating
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.EhcRating extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intASK_LATER_BUTTONstatic intDONT_ASK_BOXstatic intDONT_ASK_TEXTstatic intDONT_ASK_TEXT_1static intDONT_ASK_TOGGLEstatic intMODEL_Lstatic intMODEL_Rstatic intNO_BUTTONstatic intTEXTstatic intUNIVERSEstatic intYES_BUTTON
-
Constructor Summary
Constructors Constructor Description EhcRating()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
DONT_ASK_TEXT_1
public static final int DONT_ASK_TEXT_1
- See Also:
- Constant Field Values
-
DONT_ASK_TOGGLE
public static final int DONT_ASK_TOGGLE
- See Also:
- Constant Field Values
-
TEXT
public static final int TEXT
- See Also:
- Constant Field Values
-
NO_BUTTON
public static final int NO_BUTTON
- See Also:
- Constant Field Values
-
ASK_LATER_BUTTON
public static final int ASK_LATER_BUTTON
- See Also:
- Constant Field Values
-
YES_BUTTON
public static final int YES_BUTTON
- See Also:
- Constant Field Values
-
MODEL_L
public static final int MODEL_L
- See Also:
- Constant Field Values
-
MODEL_R
public static final int MODEL_R
- See Also:
- Constant Field Values
-
DONT_ASK_TEXT
public static final int DONT_ASK_TEXT
- See Also:
- Constant Field Values
-
DONT_ASK_BOX
public static final int DONT_ASK_BOX
- See Also:
- Constant Field Values
-
-