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 int
ASK_LATER_BUTTON
static int
DONT_ASK_BOX
static int
DONT_ASK_TEXT
static int
DONT_ASK_TEXT_1
static int
DONT_ASK_TOGGLE
static int
MODEL_L
static int
MODEL_R
static int
NO_BUTTON
static int
TEXT
static int
UNIVERSE
static int
YES_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
-
-