Package net.runelite.api.gameval
Class InterfaceID.Ignore
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.Ignore
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.Ignore extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
ADDIGNORE
static int
BORDER
static int
DELIGNORE
static int
FRIENDS
static int
FRIENDS_ICON
static int
HEADER
static int
LIST
static int
LIST_CONTAINER
static int
LOADING
static int
SCROLLBAR
static int
SORT_LEGACY
static int
SORT_NAME
static int
SORTAREA
static int
TOOLTIP
static int
UNIVERSE
static int
UNIVERSE_TEXT4
static int
UNIVERSE_TEXT6
-
Constructor Summary
Constructors Constructor Description Ignore()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
FRIENDS
public static final int FRIENDS
- See Also:
- Constant Field Values
-
FRIENDS_ICON
public static final int FRIENDS_ICON
- See Also:
- Constant Field Values
-
HEADER
public static final int HEADER
- See Also:
- Constant Field Values
-
BORDER
public static final int BORDER
- See Also:
- Constant Field Values
-
LIST_CONTAINER
public static final int LIST_CONTAINER
- See Also:
- Constant Field Values
-
SORTAREA
public static final int SORTAREA
- See Also:
- Constant Field Values
-
SORT_NAME
public static final int SORT_NAME
- See Also:
- Constant Field Values
-
SORT_LEGACY
public static final int SORT_LEGACY
- 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
-
LOADING
public static final int LOADING
- See Also:
- Constant Field Values
-
ADDIGNORE
public static final int ADDIGNORE
- See Also:
- Constant Field Values
-
UNIVERSE_TEXT4
public static final int UNIVERSE_TEXT4
- See Also:
- Constant Field Values
-
DELIGNORE
public static final int DELIGNORE
- See Also:
- Constant Field Values
-
UNIVERSE_TEXT6
public static final int UNIVERSE_TEXT6
- See Also:
- Constant Field Values
-
TOOLTIP
public static final int TOOLTIP
- See Also:
- Constant Field Values
-
-