Package net.runelite.api.gameval
Class InterfaceID.PollResults
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.PollResults
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.PollResults extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BACK
static int
BACK_CONTAINER
static int
FRAME
static int
INFINITE
static int
PLACEHOLDER
static int
REFRESH
static int
REFRESH_CONTAINER
static int
RESULTS
static int
SCROLLBAR
static int
STATUS
static int
UNIVERSE
static int
VOTE
static int
VOTE_CONTAINER
-
Constructor Summary
Constructors Constructor Description PollResults()
-
-
-
Field Detail
-
INFINITE
public static final int INFINITE
- See Also:
- Constant Field Values
-
UNIVERSE
public static final int UNIVERSE
- 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
-
VOTE_CONTAINER
public static final int VOTE_CONTAINER
- See Also:
- Constant Field Values
-
VOTE
public static final int VOTE
- See Also:
- Constant Field Values
-
REFRESH_CONTAINER
public static final int REFRESH_CONTAINER
- See Also:
- Constant Field Values
-
REFRESH
public static final int REFRESH
- See Also:
- Constant Field Values
-
BACK_CONTAINER
public static final int BACK_CONTAINER
- See Also:
- Constant Field Values
-
BACK
public static final int BACK
- See Also:
- Constant Field Values
-
PLACEHOLDER
public static final int PLACEHOLDER
- See Also:
- Constant Field Values
-
RESULTS
public static final int RESULTS
- See Also:
- Constant Field Values
-
SCROLLBAR
public static final int SCROLLBAR
- See Also:
- Constant Field Values
-
-