Package net.runelite.api.gameval
Class InterfaceID.RaidsSidepanel
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.RaidsSidepanel
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.RaidsSidepanel extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BOTTOM
static int
BOTTOM_GRAPHIC0
static int
LIST
static int
LISTLAYER
static int
LISTLAYER_GRAPHIC0
static int
LOADING
static int
REFRESH
static int
SCROLLBAR
static int
SORT_COMLEVEL
static int
SORT_NAME
static int
SORT_SKILLTOTAL
static int
SORTLAYER
static int
START
static int
TITLE
static int
TOOLTIP
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description RaidsSidepanel()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
TITLE
public static final int TITLE
- See Also:
- Constant Field Values
-
REFRESH
public static final int REFRESH
- See Also:
- Constant Field Values
-
LISTLAYER
public static final int LISTLAYER
- See Also:
- Constant Field Values
-
LISTLAYER_GRAPHIC0
public static final int LISTLAYER_GRAPHIC0
- See Also:
- Constant Field Values
-
LOADING
public static final int LOADING
- See Also:
- Constant Field Values
-
SORTLAYER
public static final int SORTLAYER
- See Also:
- Constant Field Values
-
SORT_NAME
public static final int SORT_NAME
- See Also:
- Constant Field Values
-
SORT_COMLEVEL
public static final int SORT_COMLEVEL
- See Also:
- Constant Field Values
-
SORT_SKILLTOTAL
public static final int SORT_SKILLTOTAL
- See Also:
- Constant Field Values
-
LIST
public static final int LIST
- See Also:
- Constant Field Values
-
SCROLLBAR
public static final int SCROLLBAR
- See Also:
- Constant Field Values
-
BOTTOM
public static final int BOTTOM
- See Also:
- Constant Field Values
-
BOTTOM_GRAPHIC0
public static final int BOTTOM_GRAPHIC0
- See Also:
- Constant Field Values
-
START
public static final int START
- See Also:
- Constant Field Values
-
TOOLTIP
public static final int TOOLTIP
- See Also:
- Constant Field Values
-
-