Package net.runelite.api.gameval
Class InterfaceID.PollVoting
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.PollVoting
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.PollVoting extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
ANSWERS
static int
CLEAR
static int
CLEAR_CONTAINER
static int
FRAME
static int
INFINITE
static int
PLACEHOLDER
static int
QUESTIONS
static int
QUIT
static int
QUIT_CONTAINER
static int
SCROLLBAR
static int
STATUS
static int
SUBMIT
static int
SUBMIT_CONTAINER
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description PollVoting()
-
-
-
Field Detail
-
INFINITE
public static final int INFINITE
- See Also:
- Constant Field Values
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
ANSWERS
public static final int ANSWERS
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
STATUS
public static final int STATUS
- See Also:
- Constant Field Values
-
CLEAR_CONTAINER
public static final int CLEAR_CONTAINER
- See Also:
- Constant Field Values
-
CLEAR
public static final int CLEAR
- See Also:
- Constant Field Values
-
QUIT_CONTAINER
public static final int QUIT_CONTAINER
- See Also:
- Constant Field Values
-
QUIT
public static final int QUIT
- See Also:
- Constant Field Values
-
PLACEHOLDER
public static final int PLACEHOLDER
- See Also:
- Constant Field Values
-
QUESTIONS
public static final int QUESTIONS
- See Also:
- Constant Field Values
-
SUBMIT_CONTAINER
public static final int SUBMIT_CONTAINER
- See Also:
- Constant Field Values
-
SUBMIT
public static final int SUBMIT
- See Also:
- Constant Field Values
-
SCROLLBAR
public static final int SCROLLBAR
- See Also:
- Constant Field Values
-
-